|
From: Leif M. <le...@ta...> - 2003-10-17 12:48:55
|
Ramachandra, Arun wrote: > Well no.The behavior i observed was this: > when i do kill -9 pid the wrapper stops,my JVM does not restart as i > expected it to > Are you using the Wrapper's pid or the JVM's pid? I just retested this and if I execute 'kill -9 wrapperpid', the Wrapper is killed and the JVM exits as expected after about 30 seconds. If I execute 'kill -9 jvmpid', the JVM is killed and the Wrapper restarts it after 2-3 seconds. This all appears to be correct. Are you finding different results or doing something differently. Please explain exactly what you are doing in more detail as it appears we are seeing different results. I need to be able to reproduce what you are seeing. Cheers, Leif |