Hello, --- Jon Voigtr <[EMAIL PROTECTED]> wrote: > When I use Cactus with J2SDKEE1.3, I get the following error when I deploy > the war (that contains the ServletTestRedirector, jspRedirector.jsp and > FilterTestRedirector) and try to access anything in the war's context. Did you see to it that you are referring to the right context here ? That ,ay be the reason of HTTP 503 .
> > HTTP Status 503 - This application is not currently available > The requested service (This application is not currently available) is not > currently available. > > As a result of this, I cannot get my test cases working as it complains > about some java.io.StreamCorruptedException. StreamCorruptedException occurs primarily because the client-side file cactus.properties is not set right. May be you could check that the file jspRedirector.jsp is deployed in the right context. Also when you are deploying under a new context 'ctx' , then you need to add the entries to that web.xml which you would use to deploy and not the web.xml of the default context. Thanks. Karthik Kumar. __________________________________________________ Do You Yahoo!? NEW from Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. http://geocities.yahoo.com/ps/info1
