Thanks Karl, That was helpful.
I am setting clustered setup on Tomcats as i was following instructions @ http://manifoldcf.apache.org/release/trunk/en_US/how-to-build-and-deploy.html#Simplified+multi-process+model+using+ZooKeeper-based+synchronization and i need some suggestions here. 1. Do we need to download zookeeper and put it in multiprocess-zk-example folder or it is already spun into MCF and we are good to go? 2. It says all jars under *processes *should be put into classpath but i can not see any *processes *folder under MCF? 3. Do we need to setup Zookeeper on both nodes or only at one node, i assume we need to do on both nodes ? 4. Do we also need to setup databases separately on both nodes again. Also can we setup Zookeeper DB using same PostGreSQL or it will use its own HSQL DB? Finally how can i test that my Zookeeper is setp and ready to roll? Thanks for your help. Regards. On Tue, Jun 24, 2014 at 1:56 PM, Karl Wright <[email protected]> wrote: > Hi Lalit, > ZooKeeper is standard for cluster deployments these days. See the > multiprocess-zookeeper example for ideas about how to deploy it. It's also > important to read the how-to-build-and-deploy page to understand the > example. > > Thanks, > Karl > > > > On Tue, Jun 24, 2014 at 8:04 AM, lalit jangra <[email protected]> > wrote: > >> Hi, >> >> I am planning to use MCF in cluster mode. For same, i want to know if >> Zookeeper is of any help here? >> >> If yes, how can it be leveraged in distributed MCF servers? >> >> Regards, >> Lalit Jangra. >> > > -- Regards, Lalit Jangra.
