>>> "Chris" == Chris Hatton <[EMAIL PROTECTED]>

  Chris> I'm attempting to use ant to start/stop Tomcat 4.0 to improve the
  Chris> turn around time on testing my server side code.

  Chris> I have been using the following target to start Tomcat... However,
  Chris> this process blocks until Tomcat exits.  Does anyone know of a way
  Chris> I can run this in a separate JVM, so that ant will return from
  Chris> this target before I kill Tomcat?

Cactus provides a 'runservertests' task, that should do what you want.

    http://jakarta.apache.org/cactus/howto_ant_cactus.html

-- 
cheers,
MikeW



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

Reply via email to