HI,
I am able to configure cluster on two machine but facing issue while modifying properties.
Following are the settings i have made:Also I have enable "ehcache-custom.xml"
index.tracking.cronExpression=0/5 * * * * ?
index.recovery.mode=AUTO
index.tracking.reindexLagMs=10000
index.tracking.maxTxnDurationMinutes=10
index.recovery.maximumPoolSize=5
index.tracking.maxTransactionsPerLuceneCommit=100
alfresco.cluster.name=ecmapprepo
alfresco.jgroups.defaultProtocol=TCP
alfresco.tcp.initial_hosts=localhost:8081
alfresco.tcp.initial_hosts=192.168.100.199[8080],localhost[8081]
I have common database , common content store but local indexes folder.
The problem is I am not able to view modified property made by another cluster node. I can see added ,deleted documents and can search also.
If i make the following changes in "hibernate-cfg.property" file , the properties are visible but I don't want to do that on production.
hibernate.cache.use_second_level_cache=false.
Please advice.
Thanks,
Amita