You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Matthew Oatham <Ma...@AssetHouse.com> on 2002/06/13 09:13:16 UTC

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>