Re: PID file locked on Windows 2008 system

2014-11-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Anil, On 11/4/14 6:27 PM, Anil Ambati wrote: > Thanks for the response. How can I ask procrun folks about the > options? Is there another news group? Sorry , I am new to Tomcat. Yes, you'll want to post to the commons users mailing list: http://com

Re: PID file locked on Windows 2008 system

2014-11-04 Thread Anil Ambati
-434-5674 e-mail: aamb...@us.ibm.com "You have no responsibility to live up to what other people think you ought to accomplish." -Richard Feynman (1918-1988) From: Christopher Schultz To: Tomcat Users List , Date: 11/04/2014 05:39 PM Subject: Re: PID file locked on Windows 2

Re: PID file locked on Windows 2008 system

2014-11-04 Thread Anil Ambati
2014 04:37 PM Subject: Re: PID file locked on Windows 2008 system On 11/4/2014 4:21 PM, Anil Ambati wrote: > I was referring to the .pid file Tomcat server creates in the logs > directory. This file contains the process ID of the Tomcat process. What version of Tomcat, Windows, and Java ar

Re: PID file locked on Windows 2008 system

2014-11-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 David, On 11/4/14 5:54 PM, David kerber wrote: > On 11/4/2014 5:25 PM, Christopher Schultz wrote: Anil, > > On 11/4/14 2:58 PM, Anil Ambati wrote: We have a requirement to read the PID file created by the Tomcat server process on Windows,

Re: PID file locked on Windows 2008 system

2014-11-04 Thread David kerber
On 11/4/2014 5:25 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Anil, On 11/4/14 2:58 PM, Anil Ambati wrote: 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 FileInputSt

Re: PID file locked on Windows 2008 system

2014-11-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Anil, On 11/4/14 5:25 PM, Christopher Schultz wrote: > Anil, > > On 11/4/14 2:58 PM, Anil Ambati wrote: >> We have a requirement to read the PID file created by the Tomcat >> server process on Windows, but we are not able to using >> RandomAccess

Re: PID file locked on Windows 2008 system

2014-11-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Anil, On 11/4/14 2:58 PM, Anil Ambati wrote: > 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

Re: PID file locked on Windows 2008 system

2014-11-04 Thread David kerber
mcat Users List , Date: 11/04/2014 03:45 PM Subject: Re: PID file locked on Windows 2008 system On 11/4/2014 2:58 PM, Anil Ambati wrote: > Hi, > We have a requirement to read the PID file created by the Tom

Re: PID file locked on Windows 2008 system

2014-11-04 Thread Anil Ambati
e-mail: aamb...@us.ibm.com "You have no responsibility to live up to what other people think you ought to accomplish." -Richard Feynman (1918-1988) From: David kerber To: Tomcat Users List , Date: 11/04/2014 03:45 PM Subject: Re: PID file locked on Windows 2008 system

Re: PID file locked on Windows 2008 system

2014-11-04 Thread David kerber
On 11/4/2014 2:58 PM, Anil Ambati wrote: Hi, 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. What is the PID file? The only ab

PID file locked on Windows 2008 system

2014-11-04 Thread Anil Ambati
Hi, 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 keep the PID file locked, preventing other pr