Tomcat 5.5, Apache 2.0.XX and mod_proxy

2007-11-27 Thread mip
I'm trying to proxy my Tomcat web application through Apache 2.0 using mod_proxy. I have uncommented the following in my server.xml: !-- Define a Proxied HTTP/1.1 Connector on port 8082 -- !-- See proxy documentation for more information about using this. -- Connector port=8082

Re: Tomcat 5.5, Apache 2.0.XX and mod_proxy

2007-11-27 Thread mip
/servers.conf -- servers.conf -- T1 tomcat.server.com:8081 ALL tomcat.server.com:8081 #configure more instances for load balancing if you wish Peter mip wrote: I'm trying to proxy my Tomcat web application through Apache 2.0 using mod_proxy. I have

Re: Tomcat 5.5, Apache 2.0.XX and mod_proxy

2007-11-27 Thread mip
on, which could be any port, so if you are using 8082 that will be your port... it's better though not to be on port 80. mip wrote: Thanks Peter. Should that be: -- servers.conf -- T1 tomcat.server.com:8082 ALL tomcat.server.com:8082 ? If not what