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=4296>. 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=4296 Allow to disable the shutdown listener Summary: Allow to disable the shutdown listener Product: Tomcat 4 Version: 4.0 Final Platform: All OS/Version: All Status: NEW Severity: Enhancement Priority: Other Component: Unknown AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Please provide a way to configure Tomcat 4 such that it does not activate the shutdown listener. I tried <server port="0" ... > but this still seems to listen on an arbitrary free port in the area of 45xx (at least on Windows NT). Setting the port to "- 1" generates a port out of range error. I prospose to use the special value '0' to indicate a complete disabling of the shutdown listener. This change should also be reflected in the comments/specification of the catalina/Server.java interface. Thanks, Tal