problems with my first Servlet
Hello,
I'm using tomcat 5 and Java SDK 5.0
I have compiled a Java class called HelloServlet.class, which is in the package foo/bar.
Now I have copied the class to the tomcat directory \webapps\servlets-examples\WEB-INF\classes.
According to my book it should work now, but it doesn't.
under http://localhost:8080/servlets-examples/fo/bar/HelloServlet I get an Error Message HTTP-Status 404
What could I did wrong?

