I have put some servlet classes in my web applications classes directory, however when 
I try to access it via the url http://localhost:8080/myapp/servlet/myservlet it does 
not work. It seems to only work when I put the classes in the default ROOT web app and 
access it via http://localhost:8080/servlet/myservlet.

Is there a way of configuring tomcat to make it work from the first url???

Reply via email to