There is an address attribute inside the connector that specifies the
address of the listening socket
http://tomcat.apache.org/tomcat-6.0-doc/config/http.html
http://tomcat.apache.org/tomcat-6.0-doc/config/ajp.html

Hope this helps

Regards,

Serge Fonville

On Wed, Oct 29, 2008 at 2:06 PM, dOE <[EMAIL PROTECTED]> wrote:

> I have a server that I am hosting multiple Tomcat servers from, and the
> issue I am running into is... - I have multiple IP's bound to the servers
> interface, Tomcat _1 has port 8080 specified as its connector port.  The
> second Tomcat_2 has port 8180 set as its conector port in its server.xml,
> but regardless of these custom ports I am only able to reach Tomcat_1
> through 8080, and 8180.  Is it possible to hard code the IP you want that
> particular instance to listen on?
>

Reply via email to