


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
Views
Replies
Sign in to like this content
Total Likes
Everything in AEM are nodes. You can use the JCR API to get at those nodes and check props and values, etc.