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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to