How to access /system/console/configMgr in Aem as cloud service sandbox. | Community
Skip to main content
Level 6
November 21, 2022
Solved

How to access /system/console/configMgr in Aem as cloud service sandbox.

  • November 21, 2022
  • 1 reply
  • 6631 views

I am trying to access Adobe Experience Manager Web Console - Configuration to update 

jaas.ranking.name to 1100 how I can do it on AEM as cloud service sandbox since access to /system/console/configMgr is prohibited in AEM Sandbox.

Please let me know how I can update the jaas ranking on cloud instance/

 

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 Mani_kumar_

You cannot access the configuration for OSGi in cloud as it is restricted for any changes needed for cloud osgi config, it has to go from the code deployment

Add the appropriate property under the config folder with proper run mode

Create the config file using the PID from the configuration

Then add/change the property required for you in the config file

Deploy the changes and check the console config using the config Json in cloud sandbox

Refer below document for more info on osgi configs

 

https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/implementing/deploying/configuring-osgi.html?lang=en

 

Hope this is helpful

 

1 reply

Mani_kumar_
Community Advisor
Mani_kumar_Community AdvisorAccepted solution
Community Advisor
November 21, 2022

You cannot access the configuration for OSGi in cloud as it is restricted for any changes needed for cloud osgi config, it has to go from the code deployment

Add the appropriate property under the config folder with proper run mode

Create the config file using the PID from the configuration

Then add/change the property required for you in the config file

Deploy the changes and check the console config using the config Json in cloud sandbox

Refer below document for more info on osgi configs

 

https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/implementing/deploying/configuring-osgi.html?lang=en

 

Hope this is helpful

 

Level 6
November 21, 2022

Hi @mani_kumar_ 

I am getting how this will help in our usecase will you please help us to do the above configuration.

Mani_kumar_
Community Advisor
Community Advisor
November 21, 2022

Yes that will update the configuration when you deploy them in sandbox with proper runmode config.