April 13, 2020
Estimated Post Reading Time ~

CQ Tips and Tricks #2 – Handy URLs

This is by no means an exhaustive list of all the handy URLs found in the CQ 5.5 – 5.6 platform. This is my shortlist of clipboard handy URLs.
URLs

CRX explorer  –  /crx/explorer/index.jsp
CRXDE Lite url   –  /crx/de/index.jsp
Query debug tool – /libs/cq/search/content/querydebug.html
New user manager standalone UI [5.6 only?]  – /libs/granite/security/content/admin.html
Content sync console – /libs/cq/contentsync/content/console.html
Felix web admin console  – /system/console/bundles
Felix web admin console JMX / Workflow maintenance tasks – 
/system/console/jmx/com.adobe.granite.workflow%3Atype%3DMaintenance
Felix web admin console JMX / Repository maintenance tasks – 
/system/console/jmx/com.adobe.granite%3Atype%3DRepository

This new 5.6 tool will help you figure out what package exports a class and also prints a Maven Dependency for the class. 
 – /system/console/depfinder

Helpful link for debugging caching problems. Wipes the clientlibs and designs and forces it to rebuild it. Thanks to Mark Ellis for this link.
 – 
/libs/granite/ui/content/dumplibs.rebuild.html?rebuild=true

This link shows you the Adapters are registered in the system. This helps you figure out what you can adaptTo() from resource to resource.
 – /system/console/adapters

This link allows you to update Node Types in the system. Thanks Tamer.
 – /libs/cq/compat/components/ntupgrade.html
Link to the external interface for the CQ Package Share. 
 – https://www.adobeaemcloud.com/content/packageshare.html

Shows you the built in profiler 
 – http://localhost:4502/crx/explorer/diagnostic/prof.jsp

Shows you the built in profiler 
 –Params http://localhost:4502/system/console/profiler

This handy publisher parameter turns off CQ authoring features so you can preview a page cleanly 
– wcmmode=DISABLED

This will help to debug clientLibs includes
 – debugClientLibs=true

If you have more handy URL’s and or parameters that you think others should know about please comment on this blog entry and I will add them to the list.


By aem4beginner

No comments:

Post a Comment

If you have any doubts or questions, please let us know.