I downloaded Apache Tomcat 6.0.2 And created a new server in Eclipse
- New -> Server
- Select "Tomcat v6.0 Server", Next
- Tomcat Installation Directory -> Where I unzipped Apache Tomcat 6.0.2
- Finish
Then I start the server and go to http://localhost:8080/ to see if it works. And I get a 404 error.
I've already googled it and tried to find a solution. But none of those remedies seem to work.
Any thoughts on what the problem is?