On Sun, 2002-10-27 at 02:14, Ian Bicking wrote: > > This idea occurred to me, too. The only drawback to this is that the > > PID change would change all the time, but maybe that's not a problem. > > But the PID of the AppServer script should remain, right? If you want > to stop the AppServer, couldn't you still kill that PID (and then the > child PID that is the actual AppServer will be killed along with > it)...?
Kills don't propogate to child-processes, so this wouldn't work. But the appserver will still write out it's PID to appserverpid.txt every time it is started. So stopping the server is simply kill `cat appserverpid.txt` just like it always has been. -- Jason D. Hildebrand [EMAIL PROTECTED] ------------------------------------------------------- This SF.net email is sponsored by: ApacheCon, November 18-21 in Las Vegas (supported by COMDEX), the only Apache event to be fully supported by the ASF. http://www.apachecon.com _______________________________________________ Webware-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-devel