Hi,
Undocumented options? ;)  This is why our code is open for all to see:
look at org.apache.catalina.startup.Catalina line 397.  The 127.0.0.1
localhost address is hard-coded.

So the answer to your question is no: to accomplish what you want, you
must build a custom version of Tomcat which will have a configurable
shutdown address.

Yoav Shapira http://www.yoavshapira.com


>-----Original Message-----
>From: Sascha Vital [mailto:[EMAIL PROTECTED]
>Sent: Tuesday, October 12, 2004 11:07 AM
>To: [EMAIL PROTECTED]
>Subject: how to bind the shutdown port to one single IP address
>
>Hi,
>is it possible to bind the shutdown port to one single IP address?
>
>I do have a clustered environment and running different virtual hosts
on
>the same physical host. Tomcat now binds the shutdown port always to
>localhost.8005 and with this "localhost", all virtual hosts are
included.
>But I just want to bind it to one single virtual host e.g. asterix.8005
and
>idefix.8005
>
>For the ajp port and http port I can use the attribute "address" to
bind
>these ports to one single IP address, but I did not find a way to bind
the
>shutdown port to one single IP address.
>
>Is there may be a way to start Tomcat with different parameters (e.g. -
>Dcatalina.host="asterix") or are there any uncommented commands?
>
>  <Server port="8005" shutdown="SHUTDOWN" debug="0">
>
>Thanks for your help,
>Sascha
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to