DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17000>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17000 [PATCH] Allow System.exit to be called if non-daemon threads exist on shutdown Summary: [PATCH] Allow System.exit to be called if non-daemon threads exist on shutdown Product: Tomcat 5 Version: 5.0.0 Platform: All OS/Version: All Status: NEW Severity: Enhancement Priority: Other Component: Catalina AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Attached is a patch to StandardServer (and LocalStrings.properties) to allow System.exit to be called in the scenario non-daemon threads are running after a shutdown. This behavior is active ONLY if explicitly turned on by setting a new property in StandardServer called shutdownWait. This value represents the number of seconds to sleep (in another non-daemon thread) before calling System.exit. If accepted - I will go through the effort of submitting patches to work with the admin app. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]