I am trying to follow a very simple Hello World servlet tutorial from this link. I have followed all steps as written, but when I run it on the tomcat7 server (downloaded from within eclipse), it gives me an HTTP error 404, saying that the requested source is not available.
Note that my server is working fine on
localhost:8080
. But the servlet -
localhost:8080/HelloWorldServlet/HelloWorld
is giving me this error.