Adobe CQ/AEM Useful Links

  1. /crx/explorer/index.jsp  - CRX Explorer
  2. /crx/de/index.jsp – CRXDE Lit
  3. /damadmin     - DAMAdmin
  4. /libs/cq/search/content/querydebug.html – Query debug tool
  5. /libs/granite/security/content/admin.html – New user manager standalone ui  [5.6 only?]
  6. /libs/cq/contentsync/content/console.html – Content sync console
  7. /system/console/bundles – Felix web admin console
  8. /system/console/jmx/com.adobe.granite.workflow%3Atype%3DMaintenance - Felix web admin console JMX / Workflow maintenance tasks
  9. /system/console/jmx/com.adobe.granite%3Atype%3DRepository - Felix web admin console JMX / Repository maintenance tasks
  10. /system/console/depfinder – This new 5.6 tool will help you figure out what package exports a class and also prints a Maven Dependency for the class.
  11. /libs/granite/ui/content/dumplibs.rebuild.html?rebuild=true – Helpful link for debugging caching problems. Wipes the clientlibs and designs and forces it to rebuild it. Thanks to Mark Ellis for this link.
  12. /system/console/adapters – This link shows you the Adapters are registered in the system. This helps you figure out what you can adaptTo() from resource to resource.
Params
  1. wcmmode=DISABLED - This handy publisher parameter turns off CQ authoring features so you can preview a page cleanly

Comments

Popular posts from this blog

AEM as a Cloud Service (AEMaaCS) – Architecture Overview

Custom synchronisation or rollout action for blueprint ?

AEM as a Cloud Service (AEMaaCS) – Quick Introduction

AEM, FORM Submission & Handling POST requests