Can someone tell me (provide an example) of how to add directories for running jsp/servlets?
I have multiple hosts and the examples work fine but I am missing something as for running jsp/servlets for those virtual hosts. www.mydomain1.com/examples/jsp/test.jsp and www.mydomain2.com/examples/jsp/test.jsp work fine but when I try www.mydomain1.com/test.jsp on the root directory I get nuttin? HTML, etc seem to work ok... Where should I define this path? Is there something that I need to modify in web.xml? Somebody please help before I lose my hair! (: Is there a URL with some documentation out there I am missing? Did I overlook it in tomcat-4.0-doc HOWTO?
