Thread: Status Code 404
View Single Post
  #1 (permalink)  
Old 08-05-2007, 05:18 AM
tommy tommy is offline
Member
 
Join Date: Jul 2007
Posts: 41
tommy is on a distinguished road
Status Code 404
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:
Code:
<form action="http://localhost:8080/servlets-exmples/servlet/Servlr" method="post"> to call the servlet.
My html is saved in:
Code:
C:\Tomcat\webapps\servlets-examples
Servlet is saved:
Code:
C:\Tomcat\webapps\servlets-examples\WEB-INF\classes
Can somebody tell me where am I going wrong?

thanks
Reply With Quote
Sponsored Links