Expand my Community achievements bar.

SOLVED

what's the difference between "/apps/my-apps/config" and "/apps/my-app/configs"?

Avatar

Level 8

This 2 folders are in our custom package. I know from experience that the config available in the XML file is --not-- applied if I placed them inside "/apps/my-apps/config".

 

I'm only asking since I was looking at the ACS commons error handling and it states to put the XML config file inside "/apps/my-app/config" but in our case, we have it inside "/apps/my-apps/configs"

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

This list is huge , just sharing only few of them -

 

1. Apache sling servlet/script Resolver and Error handler

2. Different purge like version, DAM report, workflow purge configurations

3. JDBC connections pool

4. Day CQ root mapping

5. Apache felix Jetty based http service

6. Configurations associated with LDAP and SAML

7. Apache sling web console security provider

8. Cross origin resource sharing policy

9. CSRF filter configuration

10. DAM expiry notifications

11. Mime type configurations

10. Different thread pool configurations

11. Mail service configurations 

12. Different configurations associated with Sling content distribution

 

 

 

View solution in original post

4 Replies

Avatar

Community Advisor

@jayv25585659  - We have used ACS commons error handling in our code and our config location is /apps/my-apps/osgiconfig/config - it works for us. 

https://adobe-consulting-services.github.io/acs-aem-commons/features/component-error-handler/index.h...

 

Is your other configuration working which is placed at "/apps/my-apps/configs"?

 

 

Avatar

Employee Advisor

Just curios to know is configs folder under /apps/my-apps/configs having multiple folders like below one -

DEBAL_DAS_0-1647414261423.png

 

If I am not wrong AEM reads artifacts according to the below regexp -

DEBAL_DAS_1-1647414512563.png

 

Avatar

Level 8

Great share. I didn't know about these settings in configMgr.

 

Are there other important configMgr settings I need to look at? (I know there's hundreds but some must be more important than others).

 

Thank you!

Avatar

Correct answer by
Employee Advisor

This list is huge , just sharing only few of them -

 

1. Apache sling servlet/script Resolver and Error handler

2. Different purge like version, DAM report, workflow purge configurations

3. JDBC connections pool

4. Day CQ root mapping

5. Apache felix Jetty based http service

6. Configurations associated with LDAP and SAML

7. Apache sling web console security provider

8. Cross origin resource sharing policy

9. CSRF filter configuration

10. DAM expiry notifications

11. Mime type configurations

10. Different thread pool configurations

11. Mail service configurations 

12. Different configurations associated with Sling content distribution