I am working on apache-tomcat-6.0.35. When I start tomcat using the startup.sh manually tomcat is just working fine.
I want to configure tomcat to use with eClipse. And I did by adding a new server to eclipse and when I start Tomcat by hitting localhost:8080 , it starts fine but when I try to navigate to manager HTTP Status 404 - /manager/html . Basically I cant navigate to any link in tomcat.
As I mentioned it works fine when I start tomcat from the startup.sh script
Please let me know what I am doing wrong here.