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.