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 18:06:22 UTC

IP address mapping

Hi,

Thanks for all your help so far but I'm afraid I'm going to annoy you all
again!

I am starting Tomcat on a machine with multiple IP addresses, I have added:

    <Connector className="org.apache.catalina.connector.http.HttpConnector"
               port="80" minProcessors="5" maxProcessors="75"
               enableLookups="true" redirectPort="8443"
               acceptCount="10" debug="0" connectionTimeout="60000"
address="172.16.54.180"/>

To server.xml however when starting up the following is written to the logs:

2002-06-13 16:55:25 HttpConnector Opening server socket on host IP address
172.16.54.180
2002-06-13 16:55:26 HttpConnector No host IP address matching 172.16.54.180,
opening on all addresses

Can anyone tell me what this means, does it simply mean I have the IP
address wrong or does it mean I have done something else wrong, do I need to
add config params elsewhere etc...

Many thanks.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>