Hi, Could you please provide your inputs on the below 1> what is adavantage of Configuring Mutual SSL Between Dispatcher and AEM as per http://docs.adobe.com/docs/en/dispatcher/disp-ssl.html#par_title_2.trying to understand the reason, when user browser hits dispacther say https://www.abb.com it htt...
When I call workflowSession.suspend() from any step, the workflow gets suspended after completing the whole step(I expected it to suspend right at the point when I called suspend method) and I am not able to resume it again using worfsess.resume(). It stays as it was earlier. When I resume it from c...
Hi Guys, We are updating our AEM production set up by updating with AEm service pack2 update and hto fix cq-6.0.0-hotfix-5918-1.6 .We are trying to update these packages through Package manager and install.and restart once both packages gets installed. Are there any issues with this approach? Do yo...
I am simply trying to add a modal box when http://localhost:4502/content/geometrixx-gov/en.html loads in the browser. I tried to look at the code but it seems there is no html page. Under jcr_root/content/geometrixx-gov/en/ there is only a .context.xml file. Is there a way I can add HTML to a page? ...
Currently, we have created folders in DAM like the followingA-- B--- C A has 1 user, B has 2 and C has 3. Entire folder structure is protected by CUG and granted access to specific groups. What we want is notification to be sent to specific groups based on access. So if I upload document at C, it sh...
I understand that links are currently not click-able in Touch UI when in Edit Mode.I have a situation where I am trying to improve the experience for my authors.We have tabs on the pages that authors are editing. The tabs change what content is shown on the page. Currently the author has to click on...
Hello, What is Virtualization in CQ? How is it implemented?I tried searching the day docs but could not find anything really informative. Can some one help me with this? Thanks in advance Pranaya
Hello there,From this URL http://localhost:4502/crx/explorer/nodetypes/index.jspChild Node definition of nt:folder says nt:folder shall contain nt:folder as child node.Child Node definition of sling:folder says sling:folder shall contain sling:folder or nt:folder as child nodeIf it so. I can see sl...
I am using a proxy server in front of author. It is working fine , but for some urls it is not working. This is because there is internal redirects within AEM.Eg /crx/de redirects to /crx/de/index.jsp . Is there any way to control this?This is my mapping forward: { '/' : 'http://localhost:4501'}
I am trying to load the tabs as per the change of value in dropdown. I am getting the error box.findParentByType(...).manageTabs is not a function. Here is the code:<?xml version="1.0" encoding="UTF-8"?> <jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:...