what's the difference between "/apps/my-apps/config" and "/apps/my-app/configs"? | Community
Skip to main content
jayv25585659
Level 8
March 16, 2022
Solved

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

  • March 16, 2022
  • 2 replies
  • 941 views

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"

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 DEBAL_DAS

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

 

 

 

2 replies

Pallavi_Shukla_
Community Advisor
Community Advisor
March 16, 2022

@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.html

 

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

 

 

DEBAL_DAS
New Member
March 16, 2022

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

 

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

 

Debal Das, Senior AEM Consultant
jayv25585659
Level 8
March 16, 2022

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!

DEBAL_DAS
DEBAL_DASAccepted solution
New Member
March 16, 2022

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

 

 

 

Debal Das, Senior AEM Consultant