Re: [daemon] Unable to read tomcat.pid file created by Tomcat process

2014-11-16 Thread Ian Emmons
On Nov 11, 2014, at 7:44 PM, Bernd Eckenfels e...@zusammenkunft.net wrote: Am Tue, 11 Nov 2014 00:09:57 -0500 schrieb Anil Ambati aamb...@us.ibm.com: Why does the Tomcat server keep the PID file locked, preventing other processes to even read the file? Is there a work around or solution for

[daemon] Unable to read tomcat.pid file created by Tomcat process

2014-11-11 Thread Anil Ambati
I was asked to post this question in this forum. We have a requirement to read the PID file created by the Tomcat server process on Windows, but we are not able to using RandomAccessFile or FileInputStream because the file seems to be locked by the Tomcat process. Why does the Tomcat server

Re: [daemon] Unable to read tomcat.pid file created by Tomcat process

2014-11-11 Thread Gary Gregory
Oops, sorry, please ignore my previous message. On Tue, Nov 11, 2014 at 10:11 AM, Gary Gregory garydgreg...@gmail.com wrote: Wrong list. You probably want https://tomcat.apache.org/lists.html#tomcat-users Gary On Tue, Nov 11, 2014 at 10:06 AM, Anil Ambati aamb...@us.ibm.com wrote: I was

Re: [daemon] Unable to read tomcat.pid file created by Tomcat process

2014-11-11 Thread Gary Gregory
So which version of [daemon] are you using? Can you try the latest and greatest. It might not matter but it'll make debugging easier for anyone on this ML. Gary On Tue, Nov 11, 2014 at 10:06 AM, Anil Ambati aamb...@us.ibm.com wrote: I was asked to post this question in this forum. We have a

Re: [daemon] Unable to read tomcat.pid file created by Tomcat process

2014-11-11 Thread Anil Ambati
to what other people think you ought to accomplish. -Richard Feynman (1918-1988) From: Gary Gregory garydgreg...@gmail.com To: Commons Users List user@commons.apache.org, Date: 11/11/2014 10:18 AM Subject: Re: [daemon] Unable to read tomcat.pid file created by Tomcat process So which

Re: [daemon] Unable to read tomcat.pid file created by Tomcat process

2014-11-11 Thread Gary Gregory
garydgreg...@gmail.com To: Commons Users List user@commons.apache.org, Date: 11/11/2014 10:18 AM Subject: Re: [daemon] Unable to read tomcat.pid file created by Tomcat process -- So which version of [daemon] are you using? Can you try the latest and greatest

Re: [daemon] Unable to read tomcat.pid file created by Tomcat process

2014-11-11 Thread Mark Thomas
people think you ought to accomplish. -Richard Feynman (1918-1988) From: Gary Gregory garydgreg...@gmail.com To: Commons Users List user@commons.apache.org, Date: 11/11/2014 10:18 AM Subject: Re: [daemon] Unable to read tomcat.pid file created by Tomcat process

Re: [daemon] Unable to read tomcat.pid file created by Tomcat process

2014-11-11 Thread Bernd Eckenfels
Am Tue, 11 Nov 2014 00:09:57 -0500 schrieb Anil Ambati aamb...@us.ibm.com: Why does the Tomcat server keep the PID file locked, preventing other processes to even read the file? Is there a work around or solution for this problem? I think the reason for that is, that you can this way detect