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]>