Bug 39540 - Connectors Documentation Suggestion
Summary: Connectors Documentation Suggestion
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 5
Classification: Unclassified
Component: Webapps:Documentation (show other bugs)
Version: 5.5.9
Hardware: Other other
: P5 enhancement (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-10 03:59 UTC by V. Karthik Kumar
Modified: 2007-03-25 14:22 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description V. Karthik Kumar 2006-05-10 03:59:03 UTC
As with the release of Apache 2.2.2 (on Windows as well), I suggest that
mod_ajp_proxy be included in the valid list of connectors. (and perhaps
deprecating the use of mod_jk on the newer versions)

It makes configuration of AJP13 support very easy on httpd:

<IfModule proxy_module>
<IfModule proxy_ajp_module>
ProxyRequests On
ProxyPass /tomcatmanual ajp://localhost:8009/tomcat-docs
</IfModule>
</IfModule>
Comment 1 Yoav Shapira 2007-03-25 14:22:11 UTC
The first part of this had been addressed already, on the AJP Connector
configuration reference page, for both Tomcat 5.5 and Tomcat 6.0.  I've gone
ahead and added direct links to the httpd mod_proxy_ajp configuration page as
well.  Thanks for suggesting this.