Greetings All -

I'm hoping someone can help clear something up for me?

Is there a way of running the <cactus> Ant task without causing Tomcat to 
startup and shutdown with each Ant run?

I read in the docs that the <containerset> won't start and stop Tomcat if it is 
already running, but when I use it with a port of 8080, it complains 
(obviously) that port 8080 is already bound.  No doubt by my existing Tomcat 
instance.

However, when I change the port to say 55555, none of my tests succeed.  The 
test classes could not be loaded by the Context and web apps class loaders.

How, if I already have Tomcat running, can I use the <cactus> task to automate 
my testing?  Or is there another task?

My environment includes the following:
- Java 1.4.2
- Ant 1.6.2
- Cactus 1.6.1
- Tomcat 4.1.30

Many thanks!

- KFM

Kevin F. Murdoff
Calif. Dept. of Fish & Game




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to