You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by S W <sw...@yahoo.com> on 2002/06/17 23:43:33 UTC

Please help - Multiple IPs

Hi Everyone,

I'm still stuck on configuring Tomcat to work on a
computer with multiple IP addresses.  According to the
documentation, I was to add the address attribute to
the connector tag of the server.xml file.

I have another website on this computer running off
IIS on port 80.
My Environment:
Windows 2000 SP2
Tomcat 4.0.3

Here�s what I�ve done:

<!-- Define a non-SSL HTTP/1.1 Connector on port 80
-->
<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="192.168.1.151"/>


I�ve also tried renaming some references of localhost
in the server.xml to the IP address.

If apologize for sending this message again, but I�m
really stuck and would like to find a way resolve
this.

Thank you!

Steve


__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

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