I'm using the latest nightly build - Not sure if this is me or a bug in the latest nightly?
I'm using Cactus against Tomcat 4.0. I've changed the port in so that Tomcat runs on 8080, and it starts OK and I can browse to it. However, ant gets no further than starting tomcat, it doesn't go on and run the tests. I've changed cactus.properties (which is on my classpath) to look like this cactus.servletRedirectorURL = http://localhost:8080/messageboard/ServletRedirector/ cactus.jspRedirectorURL = http://localhost:8080/messageboard/JspRedirector/ cactus.filterRedirectorURL = http://localhost:8080/messageboard/FilterRedirector/ And my test cases are set for port 8080. Do I need to configure anything else or does this look like a bug? BTW everything works fine if I leave the port number at 80 Kevin Jones Developmentor www.develop.com
