|
From: Jan B. <jb...@pr...> - 2004-03-25 18:56:54
|
Hi, I see in the docs it is possible to request a restart with WrapperManager.restart(), but I cannot have a compile decency on the wrapper code. So I wonder if it's possible to configure the wrapper so it catches a System.exit(X) where X == Y todo a restart? In my case I want a restart when I quit with System.exit(99) It would be awesome when I could specify: # Makes the wrapper restart when System.exit(99) is executed wrapper.restart.on_exitcode=99 Kind Regards Jan Blok |