When I run... http://localhost:8080/myApp/ServletTestRunner?suite=myFQNClass
I get... Failed to get the test results at http://localhost:8080/myApp/ServletRedirector And the log file shows 404 errors under the hood However, I can run... http://localhost:8080/myApp/ServletRedirector?Cactus_Service=RUN_TEST http://localhost:8080/myApp/ServletRedirector?Cactus_TestMethod=myMethod&Cactus_TestClass=myFQNClass&Cactus_AutomaticSession=true&Cactus_Service=CALL_TEST http://localhost:8080/CapitalServices/ServletRedirector?Cactus_Service=GET_RESULTS And all of those calls work (producing the XML results I expected from the ServletTestRunner Does anyone know why I would get a 404 from the ServletTestRunner while being able to run the individual commands through ServletRedirector or how I can get more information on why this is happening? Also, is there a list of tokens that can be passed to ServletRedirector through the Cactus_Service parameter? thx andy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
