Re: Antw.: how to properly configure tomcat 7 cluster with BackupManager

2011-12-01 Thread Filip Hanik - Dev Lists
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

Re: Antw.: how to properly configure tomcat 7 cluster with BackupManager

2011-10-27 Thread Mark Thomas
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.

Re: how to properly configure tomcat 7 cluster with BackupManager

2011-10-27 Thread Mark Thomas
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

Re: how to properly configure tomcat 7 cluster with BackupManager

2011-10-27 Thread markt
"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,

how to properly configure tomcat 7 cluster with BackupManager

2011-10-27 Thread Jürgen Link
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