You also have to think about load balancing along with clustering. Once you have clustered you have to distribute the load to different tomcat instances. You can use Apache + mod_jk2 connector (load balancing). In the workers2.properties file you can define how you want to assign weights to various instances of tomcat.
You will define the application context in workers2.properties file. Asif -----Original Message----- From: Karthik Duddala [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 29, 2003 11:10 AM To: Tomcat Users List Subject: RE: Tomcat 5 clustering I am new to the whole clustering concept and Tomcat as such, could any of you be kind enough to tell me how I could go about replicating data in the application context as well as replicate session data. Thanks much. Really appreciate all your help. Karthik Duddala Developer - Web Team Commerce Technologies Ph. 518-886-0700 x. 3881 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
