I have installed Tomcat 4.1.12 on Red Hat Linux 7.2. Starts OK. Runs all the examples.
I created the new web application:
$CATALINA_HOME/webapps/test
./test/index.jsp
./test/WEB-INF
./test/WEB-INF/web.xml
./test/WEB-INF/classes
./test/WEB-INF/classes/HelloWorld/Example.class
I added the <Context> entry in server.xml within the <host></host> tags. index.jsp runs just fine.
If I try to execute the servlet from the index.jsp page or by
http://localhost:8080/test/servlet/HelloWorldExample I keep getting the HTTP Status error 404:
"The requested resource (/servlet/HelloWorldExample) is not available."
I'm at wit's end. Can somone help?
Thanks,
Phil