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:
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