In my original posting, I included the following snippet from server XML:

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

The address was the IP address in the example, but I've also tried the
hostname.

-Chris

----- Original Message -----
From: "David Smith" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Thursday, January 10, 2002 8:27 PM
Subject: Re: Problems using same port for several services (even with
different IP / hostname)


Have you considered the address element of <Connector> in server.xml.  It's
documented to restrict which IP's are bound to when specified.  Docs and
info
for it can be found on the Tomcat 4 website.

Hope this helps some....

--David






--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to