Gabe Wong wrote:
> Jeff try:
> 
> ProxyPass /app1
> http://localhost:8080/app1                               
> ProxyPassReverse /app1 http://localhost:8080/app1
> 
> and better yet if your have mod_proxy_ajp:
> ProxyPass /app1 ajp://localhost:8009/app1                               
> ProxyPassReverse /app1 ajp://localhost:8009/app1

Actually, mod_proxy_http is usually a better choice than mod_proxy_ajp

Mark



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to