Bug 39540

Summary: Connectors Documentation Suggestion
Product: Tomcat 5 Reporter: V. Karthik Kumar <karthikkumar>
Component: Webapps:DocumentationAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: P5    
Version: 5.5.9   
Target Milestone: ---   
Hardware: Other   
OS: other   

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.