I am trying to run the test cases and I must have a configuration problem that I just can not see.
I am getting the following 500 error when I call http://localhost:8881/test/ServletRedirector/Cactus_Service=RUN_TEST
Servlet error: Missing service name parameter [Cactus_Service] in HTTP request. Received query string is [null].
Hmm, you do realize that query string parameters need to be separated with a '?'
I.e., the URL should be http://localhost:8881/test/ServletRedirector?Cactus_Service=RUN_TEST
(note the ? instead of the /)
-- Christopher Lenz /=/ cmlenz at gmx.de
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
