I'm calling that servlet using an html code. The html page comes up but it fails to call the servlet and I get a Status Code 404.
I have this in my post method in the html code:
<form action="http://localhost:8080/servlets-exmples/servlet/Servlr" method="post"> to call the servlet.
My html is saved in:
C:\Tomcat\webapps\servlets-examples
Servlet is saved:
C:\Tomcat\webapps\servlets-examples\WEB-INF\classes
Can somebody tell me where am I going wrong?
thanks