Hi all,
I'd like to access a servlet, which resides in the following directory:
tomcat/webapps/myApp/WebContent/WEB-INF/classes/myServlet
In my web browser I'm typing: //result - "the requested resource is not available"
(I have done the servlet-mapping in web.xml to /servlet)
Note that if I move the WebContent/ directory directly into webapps/ it works!
I can't figure out why if WebContent/ is one level deeper the servlet cannot be found.
I'll be grateful if you could tell me how to handle this problem...
Thanks,
P.
I'd like to access a servlet, which resides in the following directory:
tomcat/webapps/myApp/WebContent/WEB-INF/classes/myServlet
In my web browser I'm typing: //result - "the requested resource is not available"
(I have done the servlet-mapping in web.xml to /servlet)
Note that if I move the WebContent/ directory directly into webapps/ it works!
I can't figure out why if WebContent/ is one level deeper the servlet cannot be found.
I'll be grateful if you could tell me how to handle this problem...
Thanks,
P.