Apache 2 / Tomcat 5
apache 2.0 config works with tomcat 5 nicely:
ProxyRequests Off
ProxyPass /stuff http://localhost:8082/stuff
ProxyPassReverse /stuff http://localhost:8082/stuff
apache 2.0 config works with tomcat 5 nicely:
ProxyRequests Off
ProxyPass /stuff http://localhost:8082/stuff
ProxyPassReverse /stuff http://localhost:8082/stuff
You must be logged in to post a comment.