Re: Tomcat 6 clustering and engine's defaulthost

2009-08-17 Thread Ossi
Oh, I think you got me wrong. As I said, by "non-existing name" I meant a DNS name or definition in /etc/hosts file, something that is known to ie. OS. In all examples there were either "localhost" or "www.somesite.tld", so I thought that it needs to be either DNS or /etc/hosts. But it seem that a

Re: Tomcat 6 clustering and engine's defaulthost

2009-08-13 Thread Filip Hanik - Dev Lists
consider this, if you have how is the cluster supposed to map replication data from one tomcat instance to another if it doesn't use the host name? :) Filip On 08/13/2009 03:55 AM, Ossi wrote: On Wed, Aug 12, 2009 at 5:26 PM, Caldarale, Charles R< chuck.caldar...@unisys.com> wrote:

RE: Tomcat 6 clustering and engine's defaulthost

2009-08-13 Thread Caldarale, Charles R
> From: Ossi [mailto:los...@gmail.com] > Subject: Re: Tomcat 6 clustering and engine's defaulthost > > > Problem occurred when we had in server 1: > jvmRoute="route1"> > and in server 2: > jvmRoute="route2"> Fragments of server.xm

Re: Tomcat 6 clustering and engine's defaulthost

2009-08-13 Thread Ossi
> Yes, it will be harmful. > How it is harmful? In my example the non-existing name (not in DNS nor hosts file) is matches the name attribute of the only Host element, so that is as manual instructs. And btw, we're using Apache httpd in front of Tomcat cluster, if that happens to matter in this c

Re: Tomcat 6 clustering and engine's defaulthost

2009-08-13 Thread Pid
On 13/08/2009 10:55, Ossi wrote: On Wed, Aug 12, 2009 at 5:26 PM, Caldarale, Charles R< chuck.caldar...@unisys.com> wrote: From: Ossi [mailto:los...@gmail.com] Subject: Tomcat 6 clustering and engine's defaulthost Looks like if configuring a Tomcat 6 cluster Engine's and host's default host

Re: Tomcat 6 clustering and engine's defaulthost

2009-08-13 Thread Ossi
On Wed, Aug 12, 2009 at 5:26 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Ossi [mailto:los...@gmail.com] > > Subject: Tomcat 6 clustering and engine's defaulthost > > > > Looks like if configuring a Tomcat 6 cluster Engine's and host's > > default host must be "localhos

RE: Tomcat 6 clustering and engine's defaulthost

2009-08-12 Thread Caldarale, Charles R
> From: Ossi [mailto:los...@gmail.com] > Subject: Tomcat 6 clustering and engine's defaulthost > > Looks like if configuring a Tomcat 6 cluster Engine's and host's > default host must be "localhost", ie. > > If having something else than localhost, an error is logged: > 2009-04-03 12:48:15,492 W