Hi

>   ...
>   LoadModule etc..
>   LoadModule proxy_module /path/to/apache/library/libproxy.so
>   LoadModule etc..
>   ...
> 
>   <VirtualHost www.bigcorp.com>
>       ProxyVia On
>       ProxyPass /myapp http://orion.private.bigcorp.com:9876/
>       ProxyPassReverse /myapp http://orion.private.bigcorp.com:9876/
>       ...
>   </VirtualHost>
> 
> 
> Is this possible for Tomcat too? Pros and cons?

It seems to work for me. I redirect /jsp and /servlet to the tomcat port
(8080).

Drawback: I have to use absolute paths in page redirections..


-Reto

Reply via email to