Expand my Community achievements bar.

SOLVED

CRX explorer mapping to nodes

Avatar

Level 9
 

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

1 Accepted Solution

Avatar

Correct answer by
Level 10

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

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

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

Avatar

Level 1

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)