After making some changes in CQ configuration I cannot open some pages of CQ.For instance, I get this error while trying to access /siteadmin or /useradmin page on publish instanceNo resource foundCannot serve request to /siteadmin on this serverI tried to roll over all the changes and restart CQ, b...
Hi,I would like personalize content based on user profile like if the user profile property has “role = primary” , it will show some content related to primary role. And if the user profile property has “role = secondary” , it will show some content related to secondary role.To do this, I have creat...
Hi AllWe have a new client requirement , How to replicate between 'Author' and 'Author' environment in CQ5 ? How can be this done ?. Is there a business case for this ?. We frankly feelthis user requirement cant be done. Please give us your advice. RegardsVikram
I've been trying to adjust the default times for when the TarPM Optimization runs. I have had success with the crx.default workspace and the versioning, but only TarJournal will not seem to run at the new time. =Settings= (in Workspace.xml changed)<Workspace name="crx.default" simpleLocking="true">...
We are currently in development of our group corporate websites. We had started this process with our vendor on AEM 5.6. Now that AEM 6 is out, we were wondering if we should upgrade now since we are only in the development phase or wait to go live before we go through an upgrading exercise. As t...
Hi, I'm trying to get hold of the documentum connector library (crx2documentum.jar) and cannot find it.Would anyone be able to help please? Thanks in advance!
Hi,I want to create a newsletter subscription and on click on submit i want to execute a workflow which will insert a new lead in repository.I goggled but didn't find a perfect solution for inserting leads programmatically.Please suggest.ThanksTushar Capoor
Hi everyone,I prefer Nginx rather Apache2 because it's light, simple and quicker than Apache2 . So will Adobe plan to build dispatcher module for Nginx? If not, how i can leverage the advantages from Nginx?
Hello,Is there a way i could have a java code to create user using jackrabbit usermanager api. I tried using JackrabbitSession jsession = (JackrabbitSession) session;and i get the below error, java.lang.ClassCastException: org.apache.jackrabbit.jcr2spi.SessionImpl cannot be cast to org.apache.jack...
Hi,I am trying to connect to the CRX repository.Initially I created a connection in a class inside of Eclipse using // Create a connection to the CQ repository running on local host Repository repository = JcrUtils .getRepository("http://localhost:4502/crx/server...