I currently have a Tomcat + Apache HTTP server setting to serve my Java servlet:
ProxyPass /myservice http://localhost:8080/myservice ProxyPassRerverse /myservic
this is very simple:
ServerName www.server.com redirect / http://www.server.com/foo ProxyRequests off ProxyPass / ajp://localhost:8009/