Hi Oz, > -----Original Message----- > From: Cvoro, Ozrenko [mailto:[EMAIL PROTECTED] > Sent: vendredi 18 f�vrier 2005 21:45 > To: '[email protected]' > Subject: Cactus-13-1-7 and Weblogic 8.1 > > Hi all, > > I have been using for a while Cactus on different Weblogic versions and > now > trying to use it on WL 8.1. Well, I thought that I have everything set up > correctly (right jars on a classpath, property files on classpath) but I > still can't get rid of this annoying message: > > Failed to get the test results at > [http://localhost:7001/HibernateTrial/ServletRedirector] > > org.apache.cactus.util.ChainedRuntimeException: Failed to get the test > results at [http://localhost:7001/HibernateTrial/ServletRedirector] at
[snip] > Case.java:133)org.apache.cactus.internal.client.ParsingException: Not a > valid response [404 Not Found] at > org.apache.cactus.internal.client.connector.http.DefaultHttpClient. This 404 means that the Cactus client side was not able to call the Server redirector. It probably means that somehow your mapping is not correct (although it does look fine here). Try starting your webapp, open a browser and type: http://localhost:7001/HibernateTrial/ServletRedirector ?Cactus_Service=RUN_TEST It should return a blank page with no error. You can also try turning on Cactus logging and check the log file for the error. [snip] -Vincent --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
