|
From: Elizabeth C. <ec...@er...> - 2005-12-05 17:41:18
|
I have tried using wrapper.on_exit.default=SHUTDOWN but the wrapper restarts automatically anyway when it receives an exit from the program. Is there a way to prevent the wrapper from restarting the application when we stop the application using an exit() in the program? I have searched through all the configuration parameters and I cannot find anything obvious. Here is some of what my configuration file contains: wrapper.single_invocation=TRUE wrapper.on_exit.default=SHUTDOWN wrapper.java.mainclass=org.tanukisoftware.wrapper.WrapperSimpleApp wrapper.java.classpath.1=../lib/wrapper.jar wrapper.java.classpath.2=../Test.jar wrapper.java.library.path.1=../lib wrapper.app.parameter.1=Test wrapper.ntservice.name=Test wrapper.ntservice.starttype=AUTO_START wrapper.ntservice.interactive=false |