Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

AEM 6.2 - CRXDE Lite disabled/not showing anything

Avatar

Level 3

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.
    1 Accepted Solution

    Avatar

    Correct answer by
    Administrator

    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-manage...

    // 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.ht...

    I hope this helps.

    ~kautuk



    Kautuk Sahni

    View solution in original post

    5 Replies

    Avatar

    Administrator

    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

    Avatar

    Correct answer by
    Administrator

    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-manage...

    // 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.ht...

    I hope this helps.

    ~kautuk



    Kautuk Sahni