http://www.datadisk.co.uk/html_docs/java_app/tomcat6/tomcat6_clustering.htm
http://tomcat.apache.org/tomcat-6.0-doc/cluster-howto.html
http://tomcat.apache.org/tomcat-6.0-doc/tribes/introduction.html
On 10/27/2011 9:29 AM, juergen.l...@gmail.com wrote:
Hi Mark,
thanks a lot for this clarificatio
On 27/10/2011 16:29, juergen.l...@gmail.com wrote:
> Hi Mark, thanks a lot for this clarification! Is there any reference
> you recommend for learning about tomcat clustering (apart from the
> source code)?
Nothing immediately comes to mind. It is an area where we could do with
some better docs.
On 27/10/2011 14:43, ma...@apache.org wrote:
> "Jürgen Link" wrote:
>
>> Hi all, I successfully did set up a tomcat cluster (3 nodes) with
>> session replication, using the standard DeltaManager.
>>
>> In order to allow for more nodes, I'd like to switch to
>> BackupManager for primary-secondary
"Jürgen Link" wrote:
>Hi all,
>I successfully did set up a tomcat cluster (3 nodes) with session
>replication, using the standard DeltaManager.
>
>In order to allow for more nodes, I'd like to switch to BackupManager
>for
>primary-secondary replication on a dedicated backup node.
>Unfortunately,
Hi all,
I successfully did set up a tomcat cluster (3 nodes) with session
replication, using the standard DeltaManager.
In order to allow for more nodes, I'd like to switch to BackupManager for
primary-secondary replication on a dedicated backup node.
Unfortunately, the official documentation (and