am not able to deploy any application on
tomcat 4.0, while my earlier deployed applications are running fine. I am maintaining the complete web-app directory structure.What may be the reason. Is it necessary to have mappings in web.xml file? Can't we execute a
servlet located
in webapps/myapplication/web-inf/classes/MyServlet
by
http://localhost:8080/myapplication/servlet/MyServlet without having any mappings
thanks in advance.