Hello ,
I am having trouble migrating by web application from
Tomcat 4.1 to Tomcat 6.0 . This application uses
struts 1.3.8.
When I deploy the application in Tomcat 6.0 , I get the below error.
If I include the servlet.jar from Tomcat 4.1 in the WEB-INF/lib the application works fine .
Except for the warning validateJarFile(C:\Apache\Tomcat 6.0\webapps\MyApplication\WEB-INF\lib\servlet.jar) - jar not loaded. See
Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class.
This happens on pages that use the Tiles Layout.
I dont want to use the servlet.jar from Tomcat 4.1 . I want to use the servlet-api.jar & jsp-api.jar from Tomcat 6.0 .
Can anyone please advise .
Thanks
Madhuri