Yes, that's exactly what to do.  You can also configure different Tomcat
services on different IP addresses if you want.

Sven


> -----Ursprüngliche Nachricht-----
> Von: Matthew Oatham [mailto:[EMAIL PROTECTED]]
> Gesendet: Donnerstag, 13. Juni 2002 09:13
> An: '[EMAIL PROTECTED]'
> Betreff: Multiple IP addresses
> 
> 
> Hi,
> 
> I am running Tomcat on a machine with multiple IP addresses, 
> how do I tell
> Tomcat which of these addresses it should be running on? Do I 
> add the IP
> address to the connector tag in server.xml? i.e.:
> 
>     <Connector 
> className="org.apache.catalina.connector.http.HttpConnector"
>                port="8080" minProcessors="5" maxProcessors="75"
>                enableLookups="true" redirectPort="8443"
>                acceptCount="10" debug="0" connectionTimeout="60000"
> address="ip address"/> 
> 
> Many thanks.
> 
> --
> To unsubscribe, e-mail:   
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

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

Reply via email to