AEM 6.2 - CRXDE Lite disabled/not showing anything | Community
Skip to main content
Level 3
November 18, 2016
Solved

AEM 6.2 - CRXDE Lite disabled/not showing anything

  • November 18, 2016
  • 5 replies
  • 3524 views

Hi there,

Hosted a new AEM 6.2 instance on AWS and cannot see anything in CRXDE Lite. I tried to do the following steps but I can't find SlingDavExServlet in the bundles list! Please help. Thanks

 

Steps

    • Search for the following component:
    • org.apache.sling.jcr.davex.impl.servlets.SlingDavExServlet
    • Click the wrench icon next to it in order to see its configuration options:
    • file
    • Create the following configuration:
    • Root path: /crx/server
    • Tick the box under Use absolute URIs.
    • When finished using CRXDE Lite, make sure you disable WebDAV again.
    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 kautuk_sahni

    Hi 

    Pleas have a look at the reply posted by Opkar in forum post:

    Link:- http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manager.topic.html/forum__u0ri-hi_guys_according.html

    // There is a comamnd further down in the documentation [0] which if you run, will enable CRXDE Lite to work correctly

        curl -u admin:admin -F "jcr:primaryType=sling:OsgiConfig" -F "alias=/crx/server" -F "dav.create-absolute-uri=true" -F "dav.create-absolute-uri@TypeHint=Boolean"     http://localhost:4502/apps/system/config/org.apache.sling.jcr.davex.impl.servlets.SlingDavExServlet

        After you run the above command, the OSGI config for "SlingDavExServlet" will appear.

    [0] https://docs.adobe.com/docs/en/aem/6-2/administer/security/security-checklist/enabling-crxde-lite.html

    I hope this helps.

    ~kautuk

    5 replies

    NiraEpAuthor
    Level 3
    November 18, 2016

    Screenshot of CRXDE

    kautuk_sahni
    Community Manager
    Community Manager
    November 21, 2016

    Hi 

    1. Can you please let us know which documentation are you referring ?

    2. Also share with us Error coming in error.log

    Reference articles:

    AEM Podcast: “AEM for the Cloud” – Hosting AEM in Amazon Web Services:- http://aempodcast.com/2014/podcast/hosting-aem-on-aws/#.WDKrD7J9670

    AEM AWS white paper :- https://d0.awsstatic.com/whitepapers/Adobe%20AEM%20on%20AWS.pdf

    ~kautuk

    Kautuk Sahni
    April 11, 2017
    kautuk_sahni
    Community Manager
    kautuk_sahniCommunity ManagerAccepted solution
    Community Manager
    April 12, 2017

    Hi 

    Pleas have a look at the reply posted by Opkar in forum post:

    Link:- http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manager.topic.html/forum__u0ri-hi_guys_according.html

    // There is a comamnd further down in the documentation [0] which if you run, will enable CRXDE Lite to work correctly

        curl -u admin:admin -F "jcr:primaryType=sling:OsgiConfig" -F "alias=/crx/server" -F "dav.create-absolute-uri=true" -F "dav.create-absolute-uri@TypeHint=Boolean"     http://localhost:4502/apps/system/config/org.apache.sling.jcr.davex.impl.servlets.SlingDavExServlet

        After you run the above command, the OSGI config for "SlingDavExServlet" will appear.

    [0] https://docs.adobe.com/docs/en/aem/6-2/administer/security/security-checklist/enabling-crxde-lite.html

    I hope this helps.

    ~kautuk

    Kautuk Sahni