I'm trying to run some server side tests using cactus. I am deploying the app to
tomcat 5.5 and am using the
Ant cactifywar and cactus tasks to do this. My web app uses basic authentication. When I run my tests, the URL
"http://localhost:8080/myapp/ServletRedirector?Cactus_service=RUN_TEST"
returns a 401 (unauthorized) response. If I open that URL in a browser, I am prompted for the username and password. Where do I set the username and password properties in order to run the tests?