Hello Jonathan,

Sunday, September 09, 2001, 12:06:33 AM, you wrote:

JEM> Although, you can't control what IP address it binds to, you can control
JEM> what port it listens on. I'm guessing the easiest solution to your problem
JEM> would be to just set each of the different Tomcat installations up to use a
JEM> different port? I think you basically, just need to change the following
JEM> line in server.xml.

JEM> <Server port="8005" shutdown="SHUTDOWN" debug="0">

i know this solution but i think this one is not clean. we want to
keep the different instances completely independant from each other.

i have looked around a bit in the source code:
i think there must be changes in Server.java and StandardServer.java.
maybe this can be done until the final version will be released.

jochen schwoerer
[EMAIL PROTECTED]

JEM> Jon

JEM> ----- Original Message -----
JEM> From: "Jochen Schwoerer" <[EMAIL PROTECTED]>
JEM> To: "Pier Fumagalli" <[EMAIL PROTECTED]>
JEM> Cc: <[EMAIL PROTECTED]>
JEM> Sent: Saturday, September 08, 2001 1:27 PM
JEM> Subject: Re[2]: IP binding for server shutdown (tomcat 4)


>> Hello Pier,
>>
>> Saturday, September 08, 2001, 8:20:30 PM, you wrote:
>>
>> PF> "Jochen Schwoerer" <[EMAIL PROTECTED]> wrote:
>>
>> >> hello all,
>> >>
>> >> does somebody know if it is possible to bind the shutdown listener of
>> >> tomcat 4 on a specific ip address like it is possible for connectors?
>>
>> PF> I believe that for security reasons, in the upcoming version, the
JEM> binding
>> PF> will be allowed and done only to localhost (127.0.0.1)
>>
>> in our case we have a machine with multiple ip addresses and want to
>> run several instances on different ips but with the same control
>> ports.
>> it would be good to have the possibilty to configure the binding ip
>> like in the connector directive.
>>
>> PF>     Pier
>>
>> jochen schwoerer
>> [EMAIL PROTECTED]
>>
>>


Reply via email to