I am creating web application using jsp , servlet, tomcat V7 in ecplise. Now i have an error report HTTP Status 404 - /SampleWebApp/AddUser. while trying to submit my jsp form to addUser servlet.
Needs more details. What steps have you taken that have you expecting it to work? How was the Servlet created? Are you trying to use a mapping that doesn't exist in the web.xml file or as an annotation?
Hi Nitin thank you for ur response. Here are the details.
Currently I am creating a web application with servlet,jsp, technologies and tomcat v7 server using Eclipse IDE on linuxmint OS.
While submit my form i got this error.
http//localhost:8080/SampleWebApp/AddUser
HTTP Status 404 - /SampleWebApp/AddUser
type Status report
message /SampleWebApp/Add
description The requested resource (/SampleWebApp/Add) is not available.
Apache Tomcat/7.0.12