RE: How to setup Tomcat Cluster - Help needed

2010-03-12 Thread Josef Pullicino
List' Subject: RE: How to setup Tomcat Cluster - Help needed I can't recall exactly why we went with the channelSendOptions="6", but the docs are here: http://tomcat.apache.org/tomcat-6.0-doc/config/cluster.html Basically the '6' was to use synchronous replication.

RE: How to setup Tomcat Cluster - Help needed

2010-03-12 Thread Robin D. Wilson
... That seemed to work for us. -- Robin D. Wilson Director of Web Development KingsIsle Entertainment, Inc. CELL: 512-426-3929 DESK: 512-623-5913 www.KingsIsle.com -Original Message----- From: Josef Pullicino [mailto:josef.pullic...@go.com.mt] Sent: Friday, March 12, 2010 8:04 AM To: Tom

RE: How to setup Tomcat Cluster - Help needed

2010-03-12 Thread Josef Pullicino
from the use of this email or attachments. -Original Message- From: Robin D. Wilson [mailto:rwils...@gmail.com] Sent: 12 March 2010 14:12 To: 'Tomcat Users List' Subject: RE: How to setup Tomcat Cluster - Help needed This reference is what we used - it seemed to work fine for us:

RE: How to setup Tomcat Cluster - Help needed

2010-03-12 Thread Robin D. Wilson
rrant replication. The best way to avoid this is to not create sessions that you don't really want replicated to all members of the cluster. -- Robin D. Wilson Director of Web Development KingsIsle Entertainment, Inc. CELL: 512-426-3929 DESK: 512-623-5913 www.KingsIsle.com -Origina

Re: How to setup Tomcat Cluster - Help needed

2010-03-12 Thread Philip Wigg
On 12 March 2010 09:29, Josef Pullicino wrote: > Dear All, > > I would like to setup a tomcat cluster with 2 nodes. The configuration > must be in a horizontal alignment, meaning that the two nodes are going > to reside on two different machines. Any idea of how to set it up since > the default to

How to setup Tomcat Cluster - Help needed

2010-03-12 Thread Josef Pullicino
Dear All, I would like to setup a tomcat cluster with 2 nodes. The configuration must be in a horizontal alignment, meaning that the two nodes are going to reside on two different machines. Any idea of how to set it up since the default tomcat help guide does not provide any configuration examples