RE: [Webware-devel] appserverpid windows service issue

2004-12-06 Thread jose
Jose > Original Message > Subject: Re: [Webware-devel] appserverpid windows service issue > From: "Jason Hildebrand" <[EMAIL PROTECTED]> > Date: Sun, December 05, 2004 8:46 pm > To: [EMAIL PROTECTED] > Cc: "webware-devel" <[EMAIL PROTECTED]

Re: [Webware-devel] appserverpid windows service issue

2004-12-05 Thread Jason Hildebrand
Hi Jose, I've checked in a fix, and have improved the pid file logic to detect stale pid files, too. I've tested under Windows, but would appreciate confirmation that this fixes the problem for you, too. peace, Jason On Fri, 2004-12-03 at 12:55 -0700, [EMAIL PROTECTED] wrote: > Now I know that

Re: [Webware-devel] appserverpid windows service issue

2004-12-05 Thread Mark Phillips
On Dec 5, 2004, at 11:35 AM, Jason Hildebrand wrote: On Fri, 2004-12-03 at 12:35 -0700, [EMAIL PROTECTED] wrote: The latest checkins with respect the the new appserverpid code breaks the windows service code. when the windows service is shutdown apparently this file is not removed, consequently th

Re: [Webware-devel] appserverpid windows service issue

2004-12-05 Thread Jason Hildebrand
On Fri, 2004-12-03 at 12:35 -0700, [EMAIL PROTECTED] wrote: > The latest checkins with respect the the new appserverpid code breaks > the windows service code. when the windows service is shutdown > apparently this file is not removed, consequently the service will not > restart. Any thoughts as