Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

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.