Running my JSP page on Tomcat in Eclipse. Where is the problem?

17 views Asked by At

I'm trying to run my login.jsp on Tomcat in Eclipse and get a 404 error. I excluded /WEB-INF from the url and got a different result! The browser loaded a line of code in my LoginServlet: Served at: /FirstDynamicWebProject", which is the parent folder for login.jsp. So it seems like Tomcat is executing my project, but I can't figure out what the problem might be then.

0

There are 0 answers