|
Stopping Multiple processes with a script
I have a java application deployed on jboss . The problem is if we run the application multiple times (by mistake) the already running thread blocks the new thread causing the whole application to hang . We use jps to find out all the application threads and manually kill the threads . Can we have a script which can automatically kill all the application threads ?
Last edited by rajdeepbhattacharya; 06-15-2008 at 01:39 PM.
|