Check the version of the servlet.jar, it should be of servlet2.2 I overcame this problem, by placing the 'proper' servlet.jar.
Also have a look at all the jars, their version and that they are in classpath. Hope it helps. Shri -----Original Message----- From: VOGEL,CHRIS (A-Sonoma,ex1) [mailto:[EMAIL PROTECTED]] Sent: Thursday, 25 October 2001 3:02 AM To: '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]' Subject: jspRedirector.jsp I am trying to use the Cactus framework to test a J2ee .ear application. I am getting the "Input stream does not contain a serialized object" error. I believe that my Cactus.Properties file may not be configured properly. The jspRedirector.jsp file under \sample\web\test appears, according to it's internal comments, to be critical in connecting to the server side objects. Is this true? I don't see this file mentioned in any of the documentation on the web. The cactus.properties file contains the redirector URL: cactus.filterRedirectorURL = http://localhost:8080/test/test/filterRedirector.jsp Since this is listed as a filterRedirector and I'm not performing any filter testing, I'm not sure if I need this? If I do need it, then I'm not sure why there are two "test" parameters in the URL. The share.xml ant file contains a tag called "test". The .war file is called "test.war". There are several folders in the sample files called "test". What, exactly, are these two "test" paths pointing to?????? Thanks, Chris Vogel
