Hi,

I use the mod_proxy to allow a tomcat's app running behind Apache server,
now I'd like to let Apache server handle some static contents:

www.example.com/information

the content of information is not part of tomcat app, but a directory in the
file system, what I'm doing now is a symbolic link is created to the
webapps, is there a way just let Apache server handle it? Thanks


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

-- 
View this message in context: 
http://www.nabble.com/Apache-Webserver-and-static-conent-tp25658482p25658482.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