> 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
>>
>> ?
>>
&
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
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/