That's better explanation.  I think my 'bulb' started lighting :-)
I will try further from here and make it work.  I will keep you guys posted.

Caldarale, Martin and Hassan thank you for replying to my emails and enlightening me.

-rao


From: "Caldarale, Charles R" <[EMAIL PROTECTED]>
Reply-To: "Tomcat Users List" <users@tomcat.apache.org>
To: "Tomcat Users List" <users@tomcat.apache.org>
Subject: RE: how to setup multiple CATALINA_BASE
Date: Thu, 1 Mar 2007 21:13:38 -0600

> From: Rao Manekar [mailto:[EMAIL PROTECTED]
> Subject: Re: how to setup multiple CATALINA_BASE
>
> Ok now you are talking IP address.  Offcourse I am working
> with a registered domain name mapped to a specifi IP address.
> So, how do I make tomcat recognize it?

Tomcat doesn't have to - only the DNS boxes have to worry about
translating names to IP octets.

> I want to specify two IP addresses.

Tomcat does not need to know the IP addresses; that's the job of the DNS
boxes and routers.

> do you have an installation with tomcat referring to two
> websites with two different IP addresses?

Yes, and it works fine, using one <Connector> and two <Host> elements.
The <Connector> need not specify an IP address - it just takes whatever
comes into the box and routes it to the appropriate <Host> based on the
URL in the HTTP header.  If you have many addresses routed to your box,
and you want Tomcat to listen to only a subset of them, you'll need to
put in a <Connector> for each; otherwise, the single <Connector> with no
address attribute will suffice.  Regardles, the <Connector> elements are
independent of the <Host> entries.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


_________________________________________________________________
Rates near 39yr lows! $430K Loan for $1,399/mo - Paying Too Much? Calculate new payment http://www.lowermybills.com/lre/index.jsp?sourceid=lmb-9632-18226&moid=7581


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to