|
From: Richard E. <rem...@ou...> - 2003-03-06 23:38:32
|
I was trying to see if I could get a little test program of mine to be restarted if it called System.exit(0) and I noted that one had to have the property: wrapper.disable_shutdown_hook=TRUE Ok, but this did not work (and the testwrapper when System.exit(0) is called also simply stops ... no restart). So I looked through the code and noticed that the property the WrapperManager.java is trying to read is: wrapper.disable_shutdownm_hook not wrapper.disable_shutdown_hook Is there a reason for this??? Did it ever work??? Thanks. Richard |