On 13 Nov 2002, kathee wrote:

> Date: 13 Nov 2002 23:11:32 -0500
> From: kathee <[EMAIL PROTECTED]>
> Reply-To: Tomcat Users List <[EMAIL PROTECTED]>
> To: Tomcat Users List <[EMAIL PROTECTED]>
> Subject: Re: When to use two tomcat instances
>
> Is there a way, using the server.xml files to tell the instances to
> listen on the same port, but on different NICs??

Yes.  The key is to use the "address" attribute in your <Connector>
element to define the IP address of the NIC that this particular connector
should listen on.

Of course, you'll probably want to make sure you've got your DNS set up
with different hostnames for the different NICs, but that's outside the
domain of Tomcat ...

>
> Kat

Craig


--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to