I'm doing a very similar thing through but my configuration is a little
different.

I'm using an apache/tomcat configuration with Mod_jk as the connector.
Apache handles the bulk of the http requests so to do what you want to do I
set it up through apache.

I do it by doing one thing only in the httpd.conf file - turn canonical
naming off - once you do that apache will respond to any domain pointed to
it - With that I have 30 domains pointed to one ip (via dns) - if need be as
well you can easily configure different virtual hosts by ip if need be and
then point their home directory to contexts in tomcat and then from there
tomcat does its stuff.

Its pretty easy - but for me this solution worked best

HTH

Adile


-----Original Message-----
From: Daron [mailto:[EMAIL PROTECTED]
Sent: July 23, 2005 6:02 AM
To: 'Tomcat Users List'
Subject: Multiple Hosts using dyndns


Hi,

I trying to set up Tomcat 5.5 to respond to multiple host names that I have
configured using dyndns. I am not sure which facility I should be using.
Since my PC which is running tomcat only has one IP address I belive I need
to configure hosts, not virtual hosts. Am I correct? Also I am having
trouble finding information that seems completely related to what I am
trying to do. Can anyone recommend a site that addresses my issue?

Regards,
Daron Ryan.

--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.338 / Virus Database: 267.9.4/57 - Release Date: 7/22/05

--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.338 / Virus Database: 267.9.4/57 - Release Date: 7/22/05


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to