Hello ,
I am having an problem in deploying a
servlet.
Its like i have created the following directory structure in my tomact's webapps directory:
servletAPI/WEB-INF/classes/basicServlets/BasicServlet.class
My BasicServlet.java is in the package named 'basicServlets'.
Now when i am executing the following URL in the address bar:
http://localhost:8080/servletAPI/servlet/basicServlets.BasicServlet the
tomcat is displaying an error message that the resource is not available.
But when i am putting the same basicServlets/BasicServlet.class in the
examples/WEB-INF/classes/basicServlets/BasicServlet.class
it is getting executed exactly.
So could anybody please tell me what might be the problem with my
servletAPI/WEB-INF/classes/basicServlets/BasicServlet.class
directory structure.
Thanking you,
Jignesh