Hi,
I just bought Manning book and start studying and tinkering around with
tomcat I am running Windows XP Pro, j2sdk 4.1, tomcat 4.1
I followed the instructions in Appendix A of
manning book. Tomcat seems to be running fine since I can view he default index.jsp file at
ROOT by
http://localhost:8080 I copied chapter01 files to webapp and try to view it by
http://localhost:8080/chapter01/servlet/HelloWorldServlet and I get an error from Apache Tomcat.
http status 404 - /chapter01/servlet/HelloWorldServlet.
type status report
message /chapter01/servlet/HelloWorldServlet
description the requested resource (/chapter01/servlet/HelloWorldServlet) is not available
I checked my CATALINA_HOME, JAVA_HOME, CLASSPATH. file structure. I think everything is fine.
Help please...I am running out of things to check