Re: Safe to move tomcat directory while tomcat running?

2009-12-01 Thread Anirban Talukdar
Without stopping the JVM you want to change the files that the JVM is using? I wonder. Hopefully, you can copy the files to another location, if the application dont have any open inputstream. But the JVM current execution path will not change if you donot restart it. Thanks & Regards Ani

Re: How to get java process id of a user running tomcat

2009-12-01 Thread Anirban Talukdar
ards Anirban Talukdar On Wed, Dec 2, 2009 at 12:17 PM, raj kumar wrote: > Thanks alot anirban for your help. No i want to get the java process id > from > linux only. Can you help me with some script to get the same? > > THanks, > Phani. > > On Wed, Dec 2, 2009 a

Re: How to get java process id of a user running tomcat

2009-12-01 Thread Anirban Talukdar
JNI. If you found direct API in Java, please inform. Thanks & Regards Anirban Talukdar On Wed, Dec 2, 2009 at 12:00 PM, raj kumar wrote: > Hi friends, > > When i ran tomcat and shut it down my java process is not closing along > with > shutdown.i need to kill it explicitly.