Saturday, October 15, 2016

Setting up Alfresco Cluster

Setting up Alfresco Repository Cluster
===========================

Clustered environment is very beneficial when we are dealing with multiple node and require high availability to the application.
If any of the node is down, it is automatically served requests to other active node.
Clustered node are synced to each other.

There are no major steps to bind cluster in alfresco 5.1

Below are the requirement to keep nodes into repository cluster

Step 1 : Database is common
multiple node should be pointed out to single db in alfresco-global.properties file.

Step 2 : Content Store is common
Like DB, content store should be also pointed and shared among all nodes.

Step 3 : Enable cluster from Config
Enable setting via alfresco-global.properties file

alfresco.cluster.enabled = true

Above setting automatically enable clustering your nodes in repository.

Enable below setting in log4j.properties to see info statements


log4j.logger.org.alfresco.enterprise.repo.cluster=info

No comments:

Post a Comment