File Data Store for AEM clusters
I am trying to install AEM clusters using single mongodb as repository. I want separate the node store and data store. I tried it using the propertycustomBlobStore=true in config file. I created org.apache.jackrabbit.oak.plugins.blob.datastore.FileDataStore.cfg to configure data store configuration . But it is not working. I had to store both node store and data store in mongodb if i want to install AEM as clusters.
Is there anyway to install AEM as clusters and still use separate store for data?
