I have a virtual host that I can reference in the following manner: http://VHName I would like to access a servlet called controller as follows: http://VHName/controller However I continue to receive page not found errors, which I believe is due to the fact Apache does not forward this for processing. I determined this since the servlet works in both of the following cases: http://VHName:8080/controller http://VHName/servlet/controller So my question is there a way to map the controller servlet to be launched as follows: http://VHName/controller thanks, wayne
