Eric, > -----Original Message----- > From: Chiu, Eric T [mailto:[EMAIL PROTECTED]] > Sent: 31 January 2003 22:50 > To: '[EMAIL PROTECTED]' > Subject: RE: ant test.weblogic.70? > > Here's the results from running 'ant' (build.out),
I think you've forgotten to attach it. > the strange thing is that when I start up Weblogic manually > the URL for ServletRedirector is correct, and doesn't give me a 404 error. Can you try the sample application as is with no changes to see if it works fine for you? > > What is the Cactus_Service=RUN_TEST parameter for? It's a noop parameter used to verify the Redirector is answering. You should see a blank page when you call this URL. The Ant runservertests task needs a URL that it polls to know the container is started and ready to serve requests. You can put any URL pointing to a resource in your webapp. -Vincent > > > -----Original Message----- > > From: Chiu, Eric T [mailto:[EMAIL PROTECTED]] > > Sent: 31 January 2003 00:38 > > To: '[EMAIL PROTECTED]' > > Subject: ant test.weblogic.70? > > > > While running the sample test suite for Weblogic 7.0 > > ant test.weblogic.70 > > I found the script starts WLS in test domain, deploys test.war > > but then gets a 404 error (or blank page) from this URL > > http://localhost:7001/test/ServletRedirector?Cactus_Service=RUN_TEST > > > > hum... Are you really running the sample application as is, without > changing a single line of it? :-) > > YES. > > BTW, the default port used by Cactus is 8080. Could that be the issue? > > NO. > > > What is the expected behavior? What are the parameters for > > Cactus_Service and where is it specified? > > The SevletRedirector parameters are actually not documented (except the > Cactus_Service=RUN_TEST one) as they are not meant to be used directly > by the end users. It is the Cactus client side that calls the Cactus > redirector on the server side so you shouldn't have to worry about > knowing the parameters. > > Thanks > -Vincent > > > > > Thanks, > > Eric Chiu > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
