AEM Author cluster configuration | Community
Skip to main content
simoneb20672152
Level 2
April 21, 2020
Solved

AEM Author cluster configuration

  • April 21, 2020
  • 1 reply
  • 2210 views

If we have 2 author instances in cluster with MongoDB, where are the Web Console Configuration saved?

I mean, changing any bundle configuration from: /system/console/configMgr.

 

They are saved in MongoDB or filesystem? Configuration are shared between the 2 Author instances or stored separetely and so could be different in the 2 instances?

Any documentation available on this?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by aemmarc2

If you manually change something via /system/console/configMgr then it will create an nt:file node corresponding to the PID of the thing configured under /apps/system/config

 

But -- ideally you shouldn't be manually configuring things via the Web Console. You should have configs defined by runmodes 

See : 

https://docs.adobe.com/content/help/en/experience-manager-65/deploying/configuring/configure-runmodes.html#defining-configuration-properties-for-a-run-mode

https://docs.adobe.com/content/help/en/experience-manager-65/deploying/configuring/configuring-osgi.html#osgi-configuration-in-the-repository

1 reply

aemmarc2Adobe EmployeeAccepted solution
Adobe Employee
April 21, 2020

If you manually change something via /system/console/configMgr then it will create an nt:file node corresponding to the PID of the thing configured under /apps/system/config

 

But -- ideally you shouldn't be manually configuring things via the Web Console. You should have configs defined by runmodes 

See : 

https://docs.adobe.com/content/help/en/experience-manager-65/deploying/configuring/configure-runmodes.html#defining-configuration-properties-for-a-run-mode

https://docs.adobe.com/content/help/en/experience-manager-65/deploying/configuring/configuring-osgi.html#osgi-configuration-in-the-repository