> -----Ursprüngliche Nachricht-----
> Von: news [mailto:news@;main.gmane.org]Im Auftrag von Bill Barker
> Gesendet: Dienstag, 29. Oktober 2002 08:17
> An: [EMAIL PROTECTED]
> Betreff: Re: Bind Tomcat 3.3 to single Ip
>
>
> Works for me.  Setting the "address" attribute on the
> connector for 3.3.1
> causes the connector to only bind to that address.  Please give more
> information on your configuration.

I set it in the server.xml on the http10Connector
<Http10Connector   port="80"
                           address="81.27.227.200"
                           secure="false"
                           maxThreads="100"
                           maxSpareThreads="50"
                           minSpareThreads="10" />

And when i am trying to start the IIS5.0 on 81.27.227.201 port 80 it says
:Address already in use

Is there any other posibility to set the ipaddress tomcat binds ?

Ingo



--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to