G
Gaurav
hi..
I have put my JSP page in the webapps\ROOT directory.
and then i have made a folder called as classes in the WEB-INF
subdirectory of ROOT directory
thus the hierarchy is like this
C:\Tomcat 5.5\webapps\ROOT\WEB-INF\classes
but when i access a servlet ResourceServlet.class file in the C:\Tomcat
5.5\webapps\ROOT\WEB-INF\classes , I CANT DO SO.
i access the servlet from the page called as demo.jsp stored in
C:\Tomcat 5.5\webapps\ROOT\ and my post method calls the path as
/servlet/ResourceServlet
kindly help me, as to what should I do ?
regards
Gaurav
I have put my JSP page in the webapps\ROOT directory.
and then i have made a folder called as classes in the WEB-INF
subdirectory of ROOT directory
thus the hierarchy is like this
C:\Tomcat 5.5\webapps\ROOT\WEB-INF\classes
but when i access a servlet ResourceServlet.class file in the C:\Tomcat
5.5\webapps\ROOT\WEB-INF\classes , I CANT DO SO.
i access the servlet from the page called as demo.jsp stored in
C:\Tomcat 5.5\webapps\ROOT\ and my post method calls the path as
/servlet/ResourceServlet
kindly help me, as to what should I do ?
regards
Gaurav