programmatic way of accessing AEM modules(useradmin,miscadmin,packmgr,welcome page,crx/de ,siteadmin,damadmin etcc) | Community
Skip to main content
apolu
Level 2
February 18, 2020

programmatic way of accessing AEM modules(useradmin,miscadmin,packmgr,welcome page,crx/de ,siteadmin,damadmin etcc)

  • February 18, 2020
  • 1 reply
  • 3905 views

Hi AEM Gurus,

I have a requirement where we need to perform some post activity steps, which needs to validate before going to handover dev team.

Can someone guide me/propose the solution for programmatic way of accessing the aem modules( curl,system proerties etc..) with single solution? my intention is to check whether those modules loading or not?

 

ex: http://localhost:4502/crx/de,http://localhost:4502/crx/packmgr,http://localhost:4502/useradmin, http://localhost:4502/siteadmin,http://localhost:4502/miscadmin etc..

Thanks,

Amarnath  

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Level 3
February 18, 2020

Everything in AEM are nodes. You can use the JCR API to get at those nodes and check props and values, etc. 

apolu
apoluAuthor
Level 2
February 19, 2020
Hi @zonroc, Thanks for the update, it looks like JCR API more into development understanding but currently i am looking for solution for admin support person.