|
From: Hubert F. <hub...@ab...> - 2007-08-02 09:27:59
|
Let your application write "Restart me now." to the console every 7 days. Use the Wrapper filter option to catch that output and do whatever you want with it. Hubert # The string being filtered can contain spaces. But due to the way # the configuration properties are loaded in general, any leading # of trailing spaces will be trimmed when the property is loaded. wrapper.filter.trigger.1=Restart me now. wrapper.filter.action.1=RESTART >>> "Jacob Caniparoli" <jca...@gm...> 01.08.2007 20:57 >>> Is there any way to have the JVM restart itself every X amount of time? For example, I want mine to restart itself every 7 days. Is this something that is doable with the wrapper? >>> "Jacob Caniparoli" <jca...@gm...> 01.08.2007 20:57 >>> Is there any way to have the JVM restart itself every X amount of time? For example, I want mine to restart itself every 7 days. Is this something that is doable with the wrapper? |