This works! thanks.
awarnier wrote:
>
> A
> Try inserting this *before* the other VirtualHost below :
>
>
> ServerName localhost
> DocumentRoot .
>
>
>
>>
>
--
View this message in context:
http://www.nabble.com/Using-ajp-with-tomcat-tp20911023p20911606.htm
Angelo Chen wrote:
Hi,
My purpose is:
http://192.168.1.1 goes to Apache HTTP server
www.myexample.comgoes to my tomcat server
but this goes always to my tomcat server, any idea?
Thanks
Try inserting this *before* the other VirtualHost below :
ServerName localhost
Docume
Hi,
My purpose is:
http://192.168.1.1 goes to Apache HTTP server
www.myexample.comgoes to my tomcat server
but this goes always to my tomcat server, any idea?
Thanks
ServerName www.myexample.com
ProxyPass / ajp://localhost:8009/
ProxyRequests Off
ProxyPassReverse / a