Re: [Resin-interest] Resin 3.0.x wrapper.pl never does a kill -9 on child?

2008-02-19 Thread Chris Schneider
Scott, et. al., Could I just get confirmation that the following change to line 597 of the Resin 3.0.21 wrapper.pl script is necessary in order to enable the kill -9 (which is sometimes necessary)? Current: if ($time 0) { Fixed: if ($time = 0) { Thanks, - Chris At

Re: [Resin-interest] Resin 3.0.x wrapper.pl never does a kill -9 on child?

2008-02-15 Thread Chris Schneider
Scott, On Feb 14, 2008, at 11:06 AM, Chris Schneider wrote: I've been tracking down a problem we're having running Resin 3.0.21 for integration testing (part of a Maven-based build) on our Mac OS X development machines. For some reason, Resin often doesn't shut down properly after the tests

Re: [Resin-interest] Resin 3.0.x wrapper.pl never does a kill -9 on child?

2008-02-14 Thread Scott Ferguson
On Feb 14, 2008, at 11:06 AM, Chris Schneider wrote: Hello Resin Buddies, I've been tracking down a problem we're having running Resin 3.0.21 for integration testing (part of a Maven-based build) on our Mac OS X development machines. For some reason, Resin often doesn't shut down