I would like to do POC to setup AEM 6.5 with Composite Node Store. How can I figure out the customizations to support composite Node store setup to do deployments? Can anyone point me to the documentation?
Views
Replies
Total Likes
To set up AEM 6.5 with Composite Node Store, you need to perform the following steps:
Set up the Composite Node Store according to the instructions provided by Adobe.
The Composite Node Store is included in AEM 6.5 and later versions, but it must be configured before it can be used.
Adobe provides detailed instructions for configuring the Composite Node Store in the AEM documentation.
The configuration process involves modifying the org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService.cfg file and creating a new oak-run.jar file.
Customize your AEM deployment scripts to use the Composite Node Store.
You need to modify your deployment scripts to use the Composite Node Store instead of the default datastore.
This involves specifying the com.adobe.granite.repository.impl.CommitStatsCompositeStore implementation for the org.apache.jackrabbit.oak.spi.state.NodeStore property in the org.apache.felix.scr.ScrService.config file.
You also need to configure the repository.xml file to use the Composite Node Store.
The exact modifications you need to make will depend on your specific deployment setup and requirements.
Here are some resources that may help you with your POC:
Adobe's documentation on configuring the Composite Node Store: https://experienceleague.adobe.com/docs/experience-manager-65/deploying/configuring/configure-compos...
Adobe's documentation on deploying AEM with the Composite Node Store: https://experienceleague.adobe.com/docs/experience-manager-65/deploying/configuring/configure-oak-ru...
A blog post with step-by-step instructions for configuring the Composite Node Store: https://www.techrepublic.com/article/how-to-set-up-a-composite-oak-index-in-aem/
Adobe's AEM community forum, where you can ask questions and get help from other AEM users and experts: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/ct-p/adobe-experience-mana...
okay @spadishe11 , will check the another way out and let you know soon.
Hey @partyush any updates on this ? The links shared above do not work anymore!
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies