I am starting back at the beginning going through all the documentation to make sure I really get the myEclipse functionality before I start my new project.
I’ve got as far as “Introduction to Web Projects” section 7.2. I broke off and did “Application Server Tutorial” to install Tomcat and configure it for my app – I’ve installed tomcat-6.0.18. However, when I start it up I don’t see the line the tutorial tells me to look for, which is:
INFO: Installing web application at context path /HelloWorld from URL file:C:\dev\webservers\Tomcat5.0\webapps\HelloWorld
and when I go to the URL:
http://localhost:8080/HelloWorld/helloworld.jsp
I get a 404 error.
What am I missing?
In the “Manage Deployments” pop-up I can see the HelloWorld project and when I click on Tomcat 6.x it says “Successfully deployed”.