Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 33228 invoked from network); 13 Oct 2004 10:54:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 13 Oct 2004 10:54:44 -0000 Received: (qmail 32366 invoked by uid 500); 13 Oct 2004 10:54:09 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 32286 invoked by uid 500); 13 Oct 2004 10:54:08 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 32272 invoked by uid 99); 13 Oct 2004 10:54:08 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [17.250.248.89] (HELO smtpout.mac.com) (17.250.248.89) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 13 Oct 2004 03:54:04 -0700 Received: from mac.com (webmail32-en1 [10.13.8.112]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id i9DArrLU002767; Wed, 13 Oct 2004 03:53:53 -0700 (PDT) Received: from webmail32 (localhost.mac.com [127.0.0.1]) by mac.com (Xserve/webmail32/MantshX 4.0) with ESMTP id i9DArqIZ004056; Wed, 13 Oct 2004 03:53:52 -0700 (PDT) Message-ID: <12225386.1097664832579.JavaMail.menzimug@mac.com> Date: Wed, 13 Oct 2004 12:53:52 +0200 From: Sascha Vital To: Tomcat Users List Subject: RE: how to bind the shutdown port to one single IP address Cc: Yoav.Shapira@mpi.com in-reply-to: <9C5166762F311146951505C6790A9CF80229C36F@US-VS1.corp.mpi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit references: <9C5166762F311146951505C6790A9CF80229C36F@US-VS1.corp.mpi.com> X-Originating-IP: unknown, 193.134.170.35/instID=158 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, and thanks for your help! unfortunately my moderate skills in programming do not allow a customized solution, so I will choose a separate shutdown port for each of my Tomcats :-/ Have a nice day, Sascha On Tuesday, October 12, 2004, at 05:12PM, Shapira, Yoav wrote: > >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----- >>Sent: Tuesday, October 12, 2004 11:07 AM >>To: tomcat-user@jakarta.apache.org >>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? >> >> >> >>Thanks for your help, >>Sascha --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org