RE: Running a server in a separate JVM

2002-04-04 Thread Vincent Massol
ample/build directory. It shows how to start and stop several application servers. Hope it helps. -Vincent > -Original Message- > From: Chris Hatton [mailto:[EMAIL PROTECTED]] > Sent: 04 April 2002 17:48 > To: [EMAIL PROTECTED] > Subject: RE: Running a server in a separate

RE: Running a server in a separate JVM

2002-04-04 Thread Chris Hatton
Thanks for the suggestions regarding but this does not work. I've tried the obvious, such as this recomendation. While it does fork the process, it still runs under ant and therefore does not return until I kill ant. I'm starting to believe I'll have to go with cactus. But, it's just one more

Re: Running a server in a separate JVM

2002-04-02 Thread Erik Hatcher
"yes"/"on"/"true" all the same for Ant! (anything else is false) - Original Message - From: "Erik" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Tuesday, April 02, 2002 8:24 PM Subject: RE: Runnin

Re: Running a server in a separate JVM

2002-04-02 Thread Mike Williams
>>> "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 To

RE: Running a server in a separate JVM

2002-04-02 Thread Erik
Oops... according to the docs, it should actually be fork="yes". > Try using the task with a fork="true" instead of exec. -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: Running a server in a separate JVM

2002-04-02 Thread Erik
Try using the task with a fork="true" instead of exec. -Original Message- From: Chris Hatton [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 02, 2002 6:34 PM To: [EMAIL PROTECTED] Subject: Running a server in a separate JVM I'm attempting to use ant to start/stop Tomcat 4.0 to improve