On 26/07/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?
This might help:
http://people.apache.org/~mturk/docs/article/ftwai.html
There's a lot of wo
Serge,
Thanks!! I was hoping it was that simple.
Dan
Please respond to users@httpd.apache.org
To: users@httpd.apache.org
cc: (bcc: Dan Mitton/YD/RWDOE)
Subject:Re: [EMAIL PROTECTED] need mod_proxy_ajp example
LSN: Not Relevant
User Filed as: Not a Record
Something like
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]
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 HTT