Hello
I am trying to
test my very first
servlet on
Tomcat 4. I am following the instructions written in the book 'More Servlets and
JSP' by Marty Hall.
I compiled the 'HelloServlet.java' file . Now I am supposed to move this file in a location
"install_dir/webapps/ROOT/WEB-INF/classes"
My problem is that there is no "classes" directory under WEB-INF , so where should I put the 'HelloServlet.class' file?
I am a novice in Servlets...so please help....
Thanks