|
From: Leif M. <le...@ta...> - 2005-10-19 15:47:30
|
nic...@uk... wrote: >Are there hooks into these JVM lifecycle events (ie some way of notifying >the outside world that a restart has occurred?) > >-Nick > > Not currently. There are requests to be able to execute arbitrary external commands when things like restarts take place, but they are not yet implemented. The only way to do this right now would be to check the WrapperManager.getJVMId() method when the JVM starts up and do any notifications from there if the id is greater than 1. Cheers, Leif |