Hi,

I use Apache web server 2.2 in front of tomcat, it works well with Apache's
default proxy module, however, I can't exclude some path from it:

ProxyPass /  http://localhost:8080/
ProxyPass /static !
ProxyPassReverse / http://localhost:8080/
ProxyPreserveHost on


example.com/static still goes to my tomcat app, any idea? thanks,

Angelo
-- 
View this message in context: 
http://old.nabble.com/excluding-some-path-from-tomcat-tp29418980p29418980.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to