On AEM 6.1.. I am trying to create a System User (rep:SystemUser). Can anyone help me?I need this system-user to map to a service in OSGI that i want to use to Write some data to aem content. I can see the "system users" in CRX at this location: /home/users/system I tried to create a new node to cre...
Experts,The SSL configuration instructions for dispatcher are not working and there must be something missing or incorrect.Please help!--------------------------------Situation:Dispatcher was configured and tested on port:80 - works fine. Now switching to SSL:1) Downloaded dispatcher that supports S...
Hello All,I want to disable a component in Felix console. Currently it is active in all instances. But I would like to disable in one of the instances(prod instance). Can this be done using config xml's?
Reference: http://jackrabbit.apache.org/oak/docs/security/authentication/preauthentication.htmlHello,I wanted to login AEM without the password and implemented jackrabbit Preauthentication and facing an issue. Developed a custom authentication handler which implementes org.apache.sling.auth.core.spi...
How do I configure a Parsys to allow the moving and re-ordering of components inside of it? For example, I have images inside a parsys and I want to change the order of them by dragging and dropping one image in front of the other. How can I accomplish this?
We are using a CQ 5.6 and we do not see cq:lastReplicated date present for any of the assets that have been published from author.We have a requirement to find out the recently published assets. Can you please help us here ? In which property is the replicated/published date stored.
Hi All,I have written sling servlet and i want to check if it's working propelrly.Before including in component and i want to check whether it's returning data properly.I heard we can call from browser and check the same.Can some one help how to execute like thisThanks,Kishore
I have a cq:include and I want to reference the first child component of a parsys. Is it possible to query the first child in path attribute? For example, is something like this possible:<cq:include path="/content/site/jcr:content/entries//*[1]" resourceType="site/components/entryType"/>...where pat...