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 2002/07/25 09:14:09 UTC

DO NOT REPLY [Bug 11149] - Tomcat shutdown requires resolvable hostname

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=11149>.
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=11149

Tomcat shutdown requires resolvable hostname

william.barker@wilshire.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From william.barker@wilshire.com  2002-07-25 07:14 -------
Tomcat needs to establish a socket connection to signal a shutdown.  You can 
specify the attribute address="127.0.0.1" in the Ajp12Connector element if you 
only ever want to be able to shutdown from the machine that Tomcat is running 
on.  Otherwise, you can specify the IP address in the attribute or use the "-
host ip.address.of.tomcat" parameter to shutdown.sh.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>