aarushi2001
Technical User
Hi,
I need help to work with servlets.
I have written SimpleServlet.java file and have stored it under:
C:\Program Files\apache-tomcat-5.5.12\webapps\ROOT\WEB-INF\classes
I have compiled the file.
I have also set the classpath.
When I try and call the servlet it is giving me following error:
HTTP Status 404 - /SimpleServlet
type Status report
message /SimpleServlet
description The requested resource (/SimpleServlet) is not available.
Do I need to configure web.xml?
Can anyone help?
Thanks
I need help to work with servlets.
I have written SimpleServlet.java file and have stored it under:
C:\Program Files\apache-tomcat-5.5.12\webapps\ROOT\WEB-INF\classes
I have compiled the file.
I have also set the classpath.
When I try and call the servlet it is giving me following error:
HTTP Status 404 - /SimpleServlet
type Status report
message /SimpleServlet
description The requested resource (/SimpleServlet) is not available.
Do I need to configure web.xml?
Can anyone help?
Thanks