I know there are many questions about Apache tomcat 404 error: but I think mine is different.
- I am using windows 7 64 bit
- unzipped eclipse-jee-juno-SR2-win32-x86_64 to C:\
- unzipped apache-tomcat-7.0.37-windows-x64
- changed port server.xml to 3030 instead of 8080
- continue with this steps "Quick Start" from point (2)
- I didn't forget:
- copying ROOT folder
- R-click tomcat node in eclipse Servers tab -> properties -> Switch location
- Double click tomcat node in Project explorer and check use tomcat instillation (takes control of tomcat installation)
The page:http://localhost:3030/
works fine. It shows the message If you're seeing this, you've successfully installed Tomcat. Congratulations!
But when I tried simple project (I followed basic tutorial) and use Run as -> Run on Server the page of error 404 is shown. When back to http://localhost:3030/
it shows no error.
- No error with
http://localhost:3030/
- Error when running a project!
HTTP Status 404 - /SimpleProject/
type Status report
message /SimpleProject/
description The requested resource is not available.
Apache Tomcat/7.0.37