Expand my Community achievements bar.

SOLVED

How to modify configurations on PROD Publish instance if "CRXDE Lite" and "configMgr" is not accessible?

Avatar

Level 2

How to modify configurations on PROD Publish instance if "CRXDE Lite" and "configMgr" is not accessible?

1 Accepted Solution

Avatar

Correct answer by
Level 10

You don't modify configs in prod directly.

Make that as part of code deployment, leverage run mode configs for it in AEM

Configuring OSGi

Run Modes

Thanks

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

You don't modify configs in prod directly.

Make that as part of code deployment, leverage run mode configs for it in AEM

Configuring OSGi

Run Modes

Thanks

Avatar

Level 2

Runmode package deployments are for changing configurations. I prefer it on both Author and Publish instances.

But then sometimes I am too lazy to create a new package and I use:

/system/console/configMgr

/crx/de

/crx/explorer/browser/index.jsp

If none of these 3 consoles are accessible, go ahead and create a runmode package.