0

Error Description: The origin server did not find a current representation for the target resource or is not willing to disclose that one exists

I am trying to build this banking web application in java(not using spring). But every-time I try to run my application on the tomcat server, I get a 404 error. The console shows my server is running but wont run my application.

1.  I first thought to move my jsp pages to the WEB-INF folder, but that didn't solve my issue.

2.  Then i tried mapping out my servlets in the web.xml and that worsened the issue, causing my server to not even run at all.

Error Message

Register.jsp page

RegisterServlet.java

Java Build Path

Was my web.xml file but I removed it because it caused me to not even get my to server to run

0 Answers0