Thread: Status Code 404
View Single Post
  #2 (permalink)  
Old 08-06-2007, 10:52 PM
bbq bbq is offline
Senior Member
 
Join Date: Jun 2007
Posts: 134
bbq is on a distinguished road
Try this in your html form:
Code:
<form action="http://localhost:8080/servlets-exmples/GreetingServlet" method="post">
If this doesn't work, write <servlet> and <servlet-mapping> entries in your servlets-examples\WEB-INF\web.xml file. Then, restart the server. And please tell the result.
Reply With Quote