I am getting this error while executing a Servlet program using tomcat.
This is my first java program so not sure at all why this comes. Please help
here are the details of my Java Resource
I created a Folder named EmpServletDemo under Java Resource in Eclipse IDE
And the Actual Servlet program name is EmpServlet
Following is the code
and the HTML file from which I am invoking this servlet is index.html
Its saved under WebContent
The Web.xml file looks like this
Tomcat is running fine both using startup.bat and also in Eclipse. But its giving error when I am trying to execute the program
Error