either your application was not deployed to the tomcat server, or it was not started.
go to:
http://localhost:8080/
and check the list with deployed/started webapps.
stultuske
Posting Sensei
3,137 posts since Jan 2007
Reputation Points: 1,114
Solved Threads: 433
As stultuske already mentioned you should check if server running.
If Tomcat installed as service it will start every time you start your pc (if not modified). If you extracted zip, you need to execute startup.bat from your "bin" directory inside of tomcat directory (can be speed up if you create CATALINA_HOME system variable)
peter_budo
Code tags enforcer
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902