starting Tomcat from Eclipse
- by Krns
I've just got eclipse for jee installed, and also downloaded apache 6.0.29 and added it in eclipse preferences. I followed up this tutorial, and all i got when i run it is 404 page with "The requested resource (/WebService/) is not available." description. I can't even access root folder of tomcat at localhost:8080. However, if i start tomcat through concole command, it's working fine and home page and examples are accessible.
I'm a complete noob at tomcat and eclipse(been working with netbeans before), so i've got no idea what's wrong.