You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-user@jakarta.apache.org by Andy Kriger <an...@gmail.com> on 2005/01/19 22:16:10 UTC

problem with ServletTestRunner

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