Something like that: 1. Configure an AJP connector in your Tomcat. If you used mod_jk you probably already have one. 2. Add proxy directives to your httpd.conf: ProxyPass /app ajp://TOMCAT_HOST:AJP_PORT/app ProxyPassReverse /app ajp://TOMCAT_HOST:AJP_PORT/app On 7/26/07, Dan_Mitton@xxxxxxxxxxxxx <Dan_Mitton@xxxxxxxxxxxxx> wrote:
Does anyone have an example of using mod_proxy_ajp to connect to tomcat? And/or a little 'How to' convert JkMounts to the new proxy directives? Thanks in advance, Dan --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx
-- Serge Dubrouski. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx