How to enable crxde light in author instance via domain. Working with IP Port but not via webserver. we need it for Test Author environment. have enabled the required URL at dispatcher end, but on login we get the disabled message.
Views
Replies
Total Likes
From what you said it seems that it might be blocked at dispatcher ... I don't think you need to enable it just check the dispatcher config file to ensure its not blocked. You may have an entry similar to this that block access to CRX and CRXDE Light using filter rule: /ruleLabel{/glob "* /crx*"/type "deny"}
In order to allow CRXDe via dispatcher, a configuration shoudl include a fidler similar to:
/0012 { /type "allow" /url "/crx/*" }
Note: you must restart your HTTPD server so dispatcher configuration takes an effect. Also, Dispatcher rules are counted from top to the bottom, so make sure that nothing else overwrite the rule that allows access to CRXDe
Hi Ruchi,
Please confirm whether your instance is running in production ready mode Running AEM in Production Ready Mode
In order to ensure that AEM installations are as secure as possible, the security checklist recommends disabling WebDAV in production environments.
However, CRXDE Lite depends on the org.apache.sling.jcr.davex bundle to function properly, so disabling WebDAV will effectively disable CRXDE Lite as well.
As stated by Jaideep , crx/de lite can be enabled by Enabling CRXDE Lite in AEM .
I hope it helps.
Hi Tanya,
This Instance not running in production ready mode.
All related bundles also Active.
And we have tried as per link: Enabling CRXDE Lite in AEM. Not working:
Views
Replies
Total Likes
Hi,
I have enabled over Dispatcher and CXR Application is loading, but getting message that it is disabled. Attaching screenshot.
I tried the steps provided as per msg to re-enable it, but no luck.
Views
Replies
Total Likes
Can you clarify the following:
1. the same username is used when bypassing dispatcher i.e. using IP and port number
2. you are able to see the full repository tree when using IP and port number
Views
Replies
Total Likes
Crxde is diabled by default when you start AEM with nosamplecontent. You can follow steps at [1] to enable it
Views
Replies
Total Likes
Also, make sure the crxde bundle is active:
Views
Replies
Total Likes
It is active. Still same
Views
Replies
Total Likes
Have tried the steps mention in this link. Not helping. Same results.
Views
Replies
Total Likes
Hi Hamid,
1. Yes, using same creds for both cases.
2. Yes, able to access full respository tree using IP and PORT.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies