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

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

Jon

----- Original Message -----
From: "Jochen Schwoerer" <[EMAIL PROTECTED]>
To: "Pier Fumagalli" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Saturday, September 08, 2001 1:27 PM
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
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