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, [EMAIL PROTECTED] <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
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: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to