Re: [EMAIL PROTECTED] Using ajp with tomcat

2008-12-09 Thread Angelo Chen
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

Re: [EMAIL PROTECTED] Using ajp with tomcat

2008-12-09 Thread André Warnier
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

[EMAIL PROTECTED] Using ajp with tomcat

2008-12-09 Thread Angelo Chen
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