Hi JavaRancher,
I am new to SCWCD. I am reading SCWCD Exam Study kit. But have problem to run the examples in the CD. I copied all the files in in chapter-example-webapp to my webapp directory ( as the readme said). The html files can be viewed correctly, but I can't run severlets (.class).
Those files are in
Tomcat 4.1\webapps\ChapterXX\WEB-INF\classes.
run it by
http://127.0.0.1:8080/chapter01/servlet/HelloWorldServlet The error message is
---------------------------------------------
HTTP Status 404 - /chapter01/servlet/HelloWorldServlet
--------------------------------------------------------------------------------
type Status report
message /chapter01/servlet/HelloWorldServlet
description The requested resource (/chapter01/servlet/HelloWorldServlet) is not available.
---------------------------------------------
I installed Tomcat 4.1.18.
I tried copy the .class file to Tomcat 4.1\webapps\examples\WEB-INF\classes
It works fine.
Does anybody can help me out? Thanks so lot.
[ March 07, 2003: Message edited by: Xiaochen Du ]