Tomcat 7.0 Http Status 404 issue

http-status-code-404tomcat

I am trying run an index.jsp file on a tomcat server through eclipse. However when I run the file I get a HTTP STATUS 404 error. I've checked multiple settings but to no avail. The URL is http://localhost:8080/LoginApp/index.jsp
So far what I have checked that I can remember is:

1.web.xml contains index.jsp in the welcome-file

2."Use Tomcat installation(takes control of Tomcat installation

3.http://localhost:8080 works fine.

4.console reveals a WARNING(not error) with regards to source

Setting property 'source' to 'org.eclipse.jst.jee.server:NewLoginSystem' did not find a matching property

5.index.jsp is saved in the WebContent folder.

Any Guidance would be much appreciated.

Best Answer

Hopefully this might solve some else's problem. I don't understand why this was occurring so maybe some one can explain this but I had tomcat running on xampp. By uninstalling tomcat from xampp my index.jsp file loaded as intended.

Related Topic