HTTP Status 404 - /HelloServlet/HelloServlet type Status report message /HelloServlet/HelloServlet
description The requested resource (/HelloServlet/HelloServlet) is not available. Apache Tomcat/5.0.19
The following is the servlet code:
The following is the web.xml
I am able to access index.jsp by using http://localhost:8080/HelloServlet/ What do I need to do to be able to access the servlet class? Thanks in advance for the help.