Re: cluster manual

2006-07-05 Thread Hassan Schroeder

On 7/5/06, MW Janssen [EMAIL PROTECTED] wrote:

Is there a good and detailed manual (thus not the manual on Tomcat website)


Are you referring to:
  http://tomcat.apache.org/tomcat-5.5-doc/cluster-howto.html ?

Following it enabled me to set up a 2-node cluster for the first time
in a few minutes, no problems encountered.


or any other documentation/info for clustering 2 tomcat servers? What I want
is 2 servers with tomcat installed to be clustered for failover and
loadbalancing.


So have you tried following the directions? If so, what didn't work?

--
Hassan Schroeder  [EMAIL PROTECTED]

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



Re: cluster manual

2006-07-05 Thread Sean O'Reilly
On Wed, 5 Jul 2006 13:13:23 +0200
MW Janssen [EMAIL PROTECTED] wrote:

 Hello,
  
 Is there a good and detailed manual (thus not the manual on Tomcat
 website) or any other documentation/info for clustering 2 tomcat
 servers? What I want is 2 servers with tomcat installed to be
 clustered for failover and loadbalancing. 
 We are using now tomcat 5.5.7 on a windows platform. Its important
 that the cluster supports session replication since we work with
 objects stored in a http session. Can anyone help me?
  
 Maarten
  
 
I used the wrox press Professional Tomcat 5 + some help from the guys
on here and managed to get clustering and in memory session replication
working on Linux.

-- 
Sean O'Reilly
Systems Administrator
SECPay Ltd

http://www.secpay.com

[EMAIL PROTECTED]

Mobile 07917 463906

DDI 01732 300212

This email contains information which is confidential. It is for the
exclusive use of the addressee(s). If you are not the addressee, please
note that any distribution, dissemination, copying or use of this
communication or the information in it is prohibited. If you have
received this email in error, please telephone me immediately.

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



RE: cluster manual

2006-07-05 Thread Tim Lucia
I just used the online docs (marginally) and the comments in server.xml --
no problems at all (well, except for a few bugs which have now been fixed,
and are waiting for 5.5.18)

Tim 

-Original Message-
From: Sean O'Reilly [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 05, 2006 9:17 AM
To: users@tomcat.apache.org
Subject: Re: cluster manual

On Wed, 5 Jul 2006 13:13:23 +0200
MW Janssen [EMAIL PROTECTED] wrote:

 Hello,
  
 Is there a good and detailed manual (thus not the manual on Tomcat
 website) or any other documentation/info for clustering 2 tomcat 
 servers? What I want is 2 servers with tomcat installed to be 
 clustered for failover and loadbalancing.
 We are using now tomcat 5.5.7 on a windows platform. Its important 
 that the cluster supports session replication since we work with 
 objects stored in a http session. Can anyone help me?
  
 Maarten
  
 
I used the wrox press Professional Tomcat 5 + some help from the guys on
here and managed to get clustering and in memory session replication working
on Linux.

--
Sean O'Reilly
Systems Administrator
SECPay Ltd

http://www.secpay.com

[EMAIL PROTECTED]

Mobile 07917 463906

DDI 01732 300212

This email contains information which is confidential. It is for the
exclusive use of the addressee(s). If you are not the addressee, please note
that any distribution, dissemination, copying or use of this communication
or the information in it is prohibited. If you have received this email in
error, please telephone me immediately.

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



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



RE: cluster manual

2006-07-05 Thread MW Janssen
he hassan,

I cant do it in 2 minutes:)
Can you send how you did it? I mean what is your server.xml settings, how
did you install the different tomcat instances (shared catalina_home
possible??) etc.
First i want to do it on my testserver (one machine), later on i will use 2
different servers (are there thing to know if not 1 physical 1 server?)

thx in advanced

Maarten

-Oorspronkelijk bericht-
Van: Hassan Schroeder [mailto:[EMAIL PROTECTED] 
Verzonden: woensdag 5 juli 2006 15:18
Aan: Tomcat Users List
Onderwerp: Re: cluster manual

On 7/5/06, MW Janssen [EMAIL PROTECTED] wrote:
 Is there a good and detailed manual (thus not the manual on Tomcat 
 website)

Are you referring to:
   http://tomcat.apache.org/tomcat-5.5-doc/cluster-howto.html ?

Following it enabled me to set up a 2-node cluster for the first time in a
few minutes, no problems encountered.

 or any other documentation/info for clustering 2 tomcat servers? What 
 I want is 2 servers with tomcat installed to be clustered for failover 
 and loadbalancing.

So have you tried following the directions? If so, what didn't work?

--
Hassan Schroeder  [EMAIL PROTECTED]

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

--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.9.9/382 - Release Date: 4-7-2006
 

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.9.9/382 - Release Date: 4-7-2006
 


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



Re: cluster manual

2006-07-05 Thread Hassan Schroeder

On 7/5/06, MW Janssen [EMAIL PROTECTED] wrote:


Can you send how you did it? I mean what is your server.xml settings, how
did you install the different tomcat instances (shared catalina_home
possible??) etc.


OK, I already had two test instances of 5.5.17 running on separate
machines, using Apache 2.2.2 + mod_proxy_ajp for balancing, so
essentially all I did was paste back in the Cluster stuff from the
sample server.xml file in the distribution, add 'distributable' to each
web.xml, turn on multicast on both systems, and restart.

Seriously, as Tim said, the how-to and the comments in server.xml
are all you really need...

--
Hassan Schroeder  [EMAIL PROTECTED]

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



Re: cluster manual

2006-07-05 Thread Pid
i posted a bunch of stuff to this list a week or two ago, search for
cluster or something similar to find it.

pid



Hassan Schroeder wrote:
 On 7/5/06, MW Janssen [EMAIL PROTECTED] wrote:
 
 Can you send how you did it? I mean what is your server.xml settings, how
 did you install the different tomcat instances (shared catalina_home
 possible??) etc.
 
 OK, I already had two test instances of 5.5.17 running on separate
 machines, using Apache 2.2.2 + mod_proxy_ajp for balancing, so
 essentially all I did was paste back in the Cluster stuff from the
 sample server.xml file in the distribution, add 'distributable' to each
 web.xml, turn on multicast on both systems, and restart.
 
 Seriously, as Tim said, the how-to and the comments in server.xml
 are all you really need...
 

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