You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Filip Hanik - Dev Lists <de...@hanik.com> on 2006/03/23 10:09:51 UTC

Primary/Backup replication 1st prototype is complete

ladies and gents,
the first rough prototype of primary/secondary replication has been 
completed.

For those wish to try it out,

1. To build it, add
"cluster-ha=true" to container/modules/build.properties
this will build catalina-tribes.jar and catalina-ha.jar instead of 
catalina-cluster.jar

2. Sample server.xml file can be found:
http://svn.apache.org/viewcvs.cgi/tomcat/container/tc5.5.x/modules/ha/etc/cluster-server.xml?rev=388111&view=markup

3. The implementation of the manager extends StandardManager, and can be 
found at
http://svn.apache.org/viewcvs.cgi/tomcat/container/tc5.5.x/modules/ha/src/share/org/apache/catalina/ha/session/BackupManager.java?rev=388105&view=markup

There is much work to be done completing this so if anyone feels 
inclined, I can give them the overview since I don't have any docs 
completed yet.

let me know if you have any questions.
Filip

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org