Hi All,I have an requirement to access an CQ5 page from external java application and read the HTML of the page . Is it possible to implement? if so can you guys provide some inputs? The Java application reads the HTML and using Java Mail service triggers an email.i am not getting an idea how to rea...
When executing javax.jcr.Session session = repository.login(new SimpleCredentials( "admin", "admin".toCharArray())); BufferedImage image = ImageIO.read(new URL(imageurl)); Where imageurl is the localhost path to my dam jpg file I get error 401. How, do I use my Ses...
I was wondering if anyone have been experiencing login verification issues when trying to integrate SiteCatalyst with CQ5.5Lately, I have issues doing so. The credentials are correct and works if used on SiteCatalyst. Web Services component was turned on for that account.However when the login crede...
I created a segment which shows me the message `Data loaded in the Client Context do not resolve the current segment.` Below is Code : if (!CQ_Analytics.CCSFDataMgr) { CQ_Analytics.CCSFDataMgr = new CQ_Analytics.SessionStore(); CQ_Analytics.CCSFDataMgr.STORENAME = "ccsfprofile"; ...
I am accessing JCR resource as site/page/jcr:content/par/text.6.json and obviously works well on author and publish.finally i enabled it in dispatcher /0086 { /type "allow" /glob "GET *.*[0-9].json*" } so first time when folder not created under webcache it serves json on browser but if access 2n...
Hi,Is it possible to access/download a previous version of a file in CQ5.4 DAM without first restoring the file with a URL?Something like: /content/dam/photos/image1.tif/jcr:version/1.0/jcr:frozenNode/jcr:content/renditions/original/jcr:content/jcr:dataWe need to extract older versions of images for...
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...