Which version of cactus do you have installed? For WAS4.0 you should be using jakarta-cactus-12<version>.zip not the 13 version (12=J2EE 1.2, 13=J2EE 1.3 as supported by WASv5)
regards Neil Canham KnowSense Limited Java and WebSphere Education Services ...yet more sense from Know Sense -----Original Message----- From: Patwa, Priyank (Cognizant) [mailto:[EMAIL PROTECTED] Sent: 20 November 2003 09:43 To: Cactus Users List Subject: RE: Help for using cactus with websphere 4.0 and struts1.0 Hi Neil, thanx for immediate reply.Well as i said i have j2ee.jar that has servlet version 2.2 also i have the struts1.0 the problem is the class ServletRequestMapper is in v2.3 and so its giving me teh error now i tried replacing the j2ee.jar of websphere with the jar from websphere 5.0 this removes this error but i get a new error for which is somewhat like this: <error message="com/ibm/servlet/personalization/sessiontracking/SessionData.getServ letContext" type="org.apache.cactus.client.ServletExceptionWrapper">java.lang.AbstractMe thodError: com/ibm/servlet/personalization/sessiontracking/SessionData.getServletContex t at hansen.playground.ListDVDAction.execute(ListDVDAction.java:19) at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProces sor.java:484) at again i find that the method getServletContext is in version2.3 so its still complicating things. Could u please guide me regarding this? Thanx & Regards, Priyank Patwa. Cognizant Technology Solutions India Pvt. Ltd. Infotech Park, Hinjawadi, Pune 411027, India. Ph. 2931100 extn: 2476 -----Original Message----- From: Neil Canham [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2003 3:03 PM To: Cactus Users List Subject: RE: Help for using cactus with websphere 4.0 and struts1.0 Do you have the correct servlet version of StrutsTestCase? You want the version for Servlet 2.2, struts 1.0 regards Neil Canham KnowSense Limited Java and WebSphere Education Services ...yet more sense from Know Sense -----Original Message----- From: Patwa, Priyank (Cognizant) [mailto:[EMAIL PROTECTED] Sent: 20 November 2003 09:18 To: [EMAIL PROTECTED] Subject: Help for using cactus with websphere 4.0 and struts1.0 Hi, I am trying to write a test case for using cactus with websphere 4.0 and struts1.0. The test case that i have written extends CactusStrutsTestCase. but this gives me a ServletRequestMapper NoClassDefFound error which is not present in the j2ee.jar of websphere that i have. Is it possible to do the same by using some older version of cactus? or is there any other possible solution? Thanx & Regards, Priyank Patwa. Cognizant Technology Solutions India Pvt. Ltd. Infotech Park, Hinjawadi, Pune 411027, India. Ph. 2931100 extn: 2476 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
