Re: Tomcat 5.5, Apache 2.0.XX and mod_proxy

2007-11-27 Thread mip
> 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 >> >> ? >> &

Re: Tomcat 5.5, Apache 2.0.XX and mod_proxy

2007-11-27 Thread mip
the in-built mod_proxy_balancer module). I also use Apache 2.0 so I just > make a static mapping, which looks something like this: > > > RewriteMap SERVERS rnd:/etc/apache2/servers.conf > > -- > servers.conf > -- > T1 tomcat.server.com:8081 > ALL

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: and I've added the following to my httpd.conf: ServerName foo.bar.com ProxyPass / http://foobar.com:8082/app/