Hi,
I am trying to make some tests using
servlets in
Tomcat 4.1.18 but I recieved an error and I can't figure out why.
The error is the 404. I have my servlet class in the directory "webapps\mywebapp\WEB-INF\classes\mypackage\"
And I am trying to access it using the following URL: "http://localhost:8080/mywebapp/servlet/mypackage.ServletName
but it doesn't work
. I was using some examples from a book but those dont work either.
Does anybody know what am I doing wrong? Since I can load the servlet examples that come with Tomcat I guess I am missing something.
Thank you in advance.