Re: a simple question about Directory structure in Tomcat

2007-10-24 Thread pesho318i
servlet /servlet Thanks P. pesho318i wrote: > > Hi all, > > I'd like to access a servlet, which resides in the following directory: > > webapps/myApp/WebContent/WEB-INF/classes/myServlet > > In my web browser I'm typing:

a simple question about Directory structure in Tomcat

2007-10-23 Thread pesho318i
Hi all, I'd like to access a servlet, which resides in the following directory: webapps/myApp/WebContent/WEB-INF/classes/myServlet In my web browser I'm typing: http://localhost/myApp/WebContent/servlet //result - "the requested resource is not available" (I have done the servlet-mapping in we