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

Reply via email to