RE: Multiple Hosts using dyndns

2005-07-25 Thread Adile Abbadi
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]



Multiple Hosts using dyndns

2005-07-23 Thread Daron
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.


Re: Multiple Hosts using dyndns

2005-07-23 Thread Hassan Schroeder

Daron wrote:


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.


Sorry, don't know anything about dyndns -- does your *PC* respond
to the multiple host names? i.e., can you 'ping' each of them and
get a response? If so...


Since my PC which is running tomcat only has one IP address I belive I need
to configure hosts, not virtual hosts.


..you want to configure your multiple host names as Tomcat virtual
hosts -- see the Host element documentation.

That's going to be the same regardless of how the name resolution
is being done (dyndns, DNS, NIS, /etc/hosts file, etc.), AFAIK.

HTH,
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com

  dream.  code.



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



RE: Multiple Hosts using dyndns

2005-07-23 Thread Daron
My problem was an incorrect directory name, sorry. On your quesiton I can
ping different host names and get a response each time showing the same IP
address.
Regards,
Daron.

-Original Message-
From: Hassan Schroeder [mailto:[EMAIL PROTECTED] 
Sent: Saturday, 23 July 2005 11:25 PM
To: Tomcat Users List
Subject: Re: Multiple Hosts using dyndns


Daron wrote:

 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.

Sorry, don't know anything about dyndns -- does your *PC* respond to the
multiple host names? i.e., can you 'ping' each of them and get a response?
If so...

 Since my PC which is running tomcat only has one IP address I belive I 
 need to configure hosts, not virtual hosts.

..you want to configure your multiple host names as Tomcat virtual hosts --
see the Host element documentation.

That's going to be the same regardless of how the name resolution is being
done (dyndns, DNS, NIS, /etc/hosts file, etc.), AFAIK.

HTH,
-- 
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com

   dream.  code.



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

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


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