Ted Li

Greenhorn
+ Follow
since Jan 16, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Ted Li

I tried
http://localhost:8080/chapter01/HelloWorldServlet
and I get the same error. and I checked web.xml the <servlet-name> is the same "HelloWorldServlet"
Anybody has any other suggestions?
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