Hi, I am using Tomcat 5.27 for clustering 2 server. The web application running on thses server maintains a TreeMap that needs to be replicated across the cluster. Currently, I use JGroups to do my own clustering, but now that tomcat 5 has built in clusteing i would like to use it. I cannot use sessions to replicate the tree bacause the data is not session specific, the web application is more of a service. Is there a way of making tomcat take over the replication task and if so, what do i need to do or where can i find documentation for it?
Regards, Nandish Rudra Email: [EMAIL PROTECTED] Email: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
