CRX explorer mapping to nodes | Community
Skip to main content
Community Advisor
October 16, 2015
Solved

CRX explorer mapping to nodes

  • October 16, 2015
  • 2 replies
  • 1232 views
 

I am looking to find the node (source code ) for http://mycq5.com:4502/crx/explorer/browser/index.jsp in CQ5. I searched crxde I couldn't find where this is located. Can anyone let me know how these urls are mapped inside repository. I need to understand the url and mapping structure and find source code to some of the functionality. URLS that I am interested are http://myccq.com:4502/crx/de/index.jsp http://myccq.com:4502/crx/explorer/ui/aceditor.jsp

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 Sham_HC

With latest AEM 5.5 + You can't find unless you decompile the bundle. If you have crx 5.4 you can find it in crx explorer web-inf folder. 

Acleditor uses api of http://jackrabbit.apache.org/api/2.0/org/apache/jackrabbit/api/security/package-summary.html

2 replies

Sham_HC
Sham_HCAccepted solution
Level 10
October 16, 2015

With latest AEM 5.5 + You can't find unless you decompile the bundle. If you have crx 5.4 you can find it in crx explorer web-inf folder. 

Acleditor uses api of http://jackrabbit.apache.org/api/2.0/org/apache/jackrabbit/api/security/package-summary.html

October 16, 2015

You won't find it inside crxde, because it's all implemented as a service in the bundle 

Adobe Granite CRXDE Lite (com.adobe.granite.crxde-lite)