cancel
Showing results for 
Search instead for 
Did you mean: 

Error: The requested resource does not exist. (Servlet)

Former Member
0 Kudos

Hello,

I created a simple JSP(submit form), that calls a servlet. When I run the JSP, I see the form. On submit, I get error screen:

404   Not Found
Error: The requested resource does not exist.

  Troubleshooting Guide https://sdn.sap.com/irj/sdn/wiki?path=/display/jsts/home


 Details: Go to main page of this application!

The URL shows the path to the servlet (fully qualified name of the servlet class)

http://<host>:50000/WebClient/<path>.ClientServlet

Logs don't show anything...

What am I missing here..,

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

The servlet mapping was wrong in web.xml(missed the package.name)