I am trying to develop a very simple web app in Eclipse using tomcat as the web container. My problem is that when i type localhost:8080 in the browser it comes up with the tomcat web page, so it works. But when I try to run my servlet on server through Eclipse i get the 404 error saying that the requested resource is not available.
I tried everything I found in the questions that look like mine, but still doesn't work.
I would appreciate any help.