You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2001/10/19 20:26:22 UTC

DO NOT REPLY [Bug 4296] New: - Allow to disable the shutdown listener

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: tomcat-dev@jakarta.apache.org
        ReportedBy: tal@zapta.com


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