| Author |
Installed Tomcat 4.1.24
|
Leon Chen
Ranch Hand
Joined: Apr 09, 2003
Posts: 96
|
|
jsp runs fine, looks like there are some problems with servlet: HTTP Status 404 - /chapter01/servlet/HelloWorldServlet
|
Leon - SCJP, SCWCD, SCBCD, ICED
|
 |
Surendra Chauhan
Greenhorn
Joined: Jan 24, 2002
Posts: 10
|
|
Please chech Invoker servlet entry, which lets the Tomcat run the application servlet without first making changes to /WEB-INF/web.xml file. The class file for the servlet is dropped to the folder WEB-INF/classes and use http://host/servlet/ServletName To invoke the invoker servlet, uncomment the following lines in $install_dir/conf/web.xml (for example, c:/Program files/Apache Group/Tomcat 4.1/conf/web.xml <servlet-mapping> <servlet-name>invoker</servlet-name> <url-pattern</servlet/*<url-pattern> </servlet-mapping>
|
Surendra<br />SCJP
|
 |
 |
|
|
subject: Installed Tomcat 4.1.24
|
|
|