Hi,Five Deployment Scenarios were discussed for AEM 6.0.In the TarMK Farm, (3rd scenario) is there an Automatic Fail over or it is manual?Please refer to http://docs.adobe.com/docs/en/aem/6-0/deploy/recommended-deploys.html#MicrokernelsAppreciate your response.Thanks,Rama.
We are testing author groups in our staging environment. When creating a page, the "Page Properties" option in SideKick is active but the popup does not display. I've tried setting permissions under /libs/cq/ur/widgets/source/widgets/wcm/SideKick.js but no luck. I've created several groups and us...
Hi All,We have requirement that user is authenticated authorization done with a some third part system.The third party system in turn returns token to AEM.Is there a better to maintain and read from cookie and maintain user session?Thanks,Kishore
Hi,As a part of my project we are trying to disable a workflow launcher before a package in installed and then enable the launcher when the installation of the package is done.And so we need some hooks on the Package Manager Servlet. We tried to detect the request via a sling filter but it did not ...
Hi,I am trying to use the OOB Facebook Like button component in one of the geometrixx pages . But I click on like ,the pop up comes up and then goes away in seconds and then it gives error "Could not resolve object at URL http://localhost:4503/content/geometrixx-outdoors/en/men/coats.html.".I am ju...
I want to Send data via AJax call to serlvet, the serlvet will return some result based to which I will redirect to a page. So where do I add this global .js file i.e the file that contains the AJAX call. PLEASE NOTE I'M USING PREDEFINED FORM COMPONENT AND A PREDEFINED TEMPLATE(Form Template) SO I C...
Hi, My system configuration is Windows 7 64bit. I have Jre 7 and trying to run the quick start using that. But while doing the double click it was not running. So in the command prompt i tried "java -jar cq-author-4502.jar" but i got the below response but ther server is not starting though,...
Hi,Let us say, we created a new group; for example, cug_access for the purpose of demonstrating Closed User Group concept.Also, we assigned it to a page called restrict.html using the Page Properties ==> Advanced ==> Closed User Group using the CQ Interface.Please suggest how to configure Dispatcher...
Hi Team,While printing the data which got from rich text editor widget using sightly, it is displaying HTML tags as well. Please let me know how can I display the the data without HTML tags without disturbing the final format of the entered HTML.E.g:Input Data: <b>Bold</b> Output: Bold but not Bold...