Re: Difference between process kill and shutdown

2014-03-09 Thread Akash Jain
kill -15 On Sun, Mar 2, 2014 at 4:42 AM, Mark Thomas ma...@apache.org wrote: On 01/03/2014 12:11, Akash Jain wrote: On our linux boxes, we have multiple users who run tomcat. Currently we are using process kill commands to kill the respective user's tomcat , instead of using

Re: Difference between process kill and shutdown

2014-03-09 Thread Mark Thomas
On 09/03/2014 20:41, Akash Jain wrote: kill -15 On Sun, Mar 2, 2014 at 4:42 AM, Mark Thomas ma...@apache.org wrote: On 01/03/2014 12:11, Akash Jain wrote: On our linux boxes, we have multiple users who run tomcat. Currently we are using process kill commands to kill the respective

Re: Difference between process kill and shutdown

2014-03-02 Thread Mark Thomas
On 01/03/2014 12:11, Akash Jain wrote: On our linux boxes, we have multiple users who run tomcat. Currently we are using process kill commands to kill the respective user's tomcat , instead of using shutdown.sh Which signal are you sending to shutdown the process? Mark

Re: Difference between process kill and shutdown

2014-03-02 Thread Konstantin Kolinko
2014-03-01 16:11 GMT+04:00 Akash Jain akash.delh...@gmail.com: On our linux boxes, we have multiple users who run tomcat. Currently we are using process kill commands to kill the respective user's tomcat , instead of using shutdown.sh Are there any downsides of using this approach ? It

RE: Difference between process kill and shutdown

2014-03-01 Thread Martin Gainty
Date: Sat, 1 Mar 2014 04:11:57 -0800 Subject: Difference between process kill and shutdown From: akash.delh...@gmail.com To: users@tomcat.apache.org On our linux boxes, we have multiple users who run tomcat. Currently we are using process kill commands to kill the respective user's