Hello,
Please bear with me, I am very new to Tomcat installations. I am able to successfully install and configure Tomcat 5.5 on my laptop. To my understanding, there is a patch that needs to be applied to Tomcat 5.5 in order to execute servlets with the servlet invoker and compile jsp pages that contain Java 5 code. After I apply the patch and restart Tomcat, I receive a 404 error in the browser.
The issue seems to be associated with one of the following procedures:
1) copying the new web.xml to c:\tomcat\conf
2) deleting the jasper-comiler-jdl.jar file from c:\tomcat\common\lib\
3) copying ant.jar to c:\tomcat\common\lib
Any help that you could offer would be greatly appreciated. Thanks.
-Cassie
Please bear with me, I am very new to Tomcat installations. I am able to successfully install and configure Tomcat 5.5 on my laptop. To my understanding, there is a patch that needs to be applied to Tomcat 5.5 in order to execute servlets with the servlet invoker and compile jsp pages that contain Java 5 code. After I apply the patch and restart Tomcat, I receive a 404 error in the browser.
The issue seems to be associated with one of the following procedures:
1) copying the new web.xml to c:\tomcat\conf
2) deleting the jasper-comiler-jdl.jar file from c:\tomcat\common\lib\
3) copying ant.jar to c:\tomcat\common\lib
Any help that you could offer would be greatly appreciated. Thanks.
-Cassie