Funny thing going on. I've got a clean AEM 6.0 instance running against a MongoDB replica set of 3 members. Author only. Right after bringing this environment up, I install SP1 and I get this errorAuthenticationSupport service missing. Cannot authenticate request.I search online and tried to resolve...
Hi All,I have bundles in CQ5 local author instance and I have to move that bundles in CQ5 publish instance.Here there is no option download (http://localhost:6502/system/console/bundles).Can someone help me How to download the bundle in CQ5 local author instance.
hi there,i added an button in the sidekick with the following script code:CQ.Ext.ns("MyClientLib"); MyClientLib.ContentFinder = { addToCart: function(sk){ var pagePanel = sk.panels["PAGE"]; var button = pagePanel.findBy(function(comp){ return comp["name"] == "ADD2_CART"; }, pagePanel); if(button && ...
Hi All,I did complete setup using below link and also able to deploy content and Bundle modules using Sling IDE tool using below linkshttp://docs.adobe.com/docs/en/dev-tools/aem-eclipse.htmlhttps://sling.apache.org/documentation/development/ide-tooling.htmlMy Question is AEM 6.0 developer tool also ...
I have created a Author instance for CQ5 with CRXDe, now want to host is on IIS, i'm not able to find content folder where my application is stored in CRXDe.can any someone suggest me how to publish it on IIS, i'm running IIS 7.5 AEM 5.6
Hi All, I am trying to translate the user generated dynamic content with the help of Microsoft Translator, is there any out of the box components for that with which I can have a reference, I am done with the configuration part of Microsoft Translator, please help me with what to do next? Thanks
Hi,We are doing some testing and it looks like anything done within the JCR user related is syncing with LDAP on every request or so. Our ldap_login.conf file is as below:com.day.crx { com.day.crx.core.CRXLoginModule sufficient tokenExpiration="9999999" disableNTLMAuth="true"; co...