|
From: Leif M. <le...@ta...> - 2005-07-13 20:45:19
|
The number of restarts are limiting using the following property. This limits all restarts, not just System.exit calls. As nick said, the wrapper.on_exit.<n> properties are the best way to catch that event. http://wrapper.tanukisoftware.org/doc/english/prop-max-failed-invocations.html Cheers, Leif nic...@uk... wrote: >If the JVM exits normally (ie System.exit()) , then the wrapper should not >restart it (unless it has been configured to do so...) >Here is the relavent configuration you should check for... >http://wrapper.tanukisoftware.org/doc/english/prop-on-exit-n.html > >If the JVM crashes, then it will be restarted. >(I thought you could limit the number of restarts - but cant see where...) > >-Nick > > > > > >Internet >mar...@un...@lists.sourceforge.net - 13/07/2005 12:12 > > >Please respond to wra...@li... > >Sent by: wra...@li... > > > >To: wrapper-user > >cc: > > >Subject: [Wrapper-user] Avoid JVM restart ? > > >Hello, > >The service wrapper restarts the jvm when the jvm has been exiting. Is >there any chance to avoid this behaviour? >It would be a reasonable feature to terminate the service wrapper when >the jvm exits. > >Regards, >Martin > > > >------------------------------------------------------- >This SF.Net email is sponsored by the 'Do More With Dual!' webinar >happening >July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual >core and dual graphics technology at this free one hour event hosted by HP, >AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar >_______________________________________________ >Wrapper-user mailing list >Wra...@li... > https://lists.sourceforge.net/lists/listinfo/wrapper-user > > > >This message and any attachments (the "message") is >intended solely for the addressees and is confidential. >If you receive this message in error, please delete it and >immediately notify the sender. Any use not in accord with >its purpose, any dissemination or disclosure, either whole >or partial, is prohibited except formal approval. The internet >can not guarantee the integrity of this message. >BNP PARIBAS (and its subsidiaries) shall (will) not >therefore be liable for the message if modified. > >********************************************************************************************** > >BNP Paribas Private Bank London Branch is authorised >by CECEI & AMF and is regulated by the Financial Services >Authority for the conduct of its investment business in the >United Kingdom. > >BNP Paribas Securities Services London Branch is authorised >by CECEI & AMF and is regulated by the Financial Services >Authority for the conduct of its investment business in the >United Kingdom. > >BNP Paribas Fund Services UK Limited is authorised and >regulated by the Financial Services Authority. > > >------------------------------------------------------- >This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening >July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual >core and dual graphics technology at this free one hour event hosted by HP, >AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar >_______________________________________________ >Wrapper-user mailing list >Wra...@li... >https://lists.sourceforge.net/lists/listinfo/wrapper-user > > > |