Hi, I am working on the video component as per the requirement should add the HTML5 video player. could you please suggest me, how to proceed. Regards, Michael Vino
Please look this forum...http://forums.adobe.com/message/5545732#5545732..localhost_any has sling match="abc.com/ABC/" and internalredirect has "abc.com/content/abc/" so when i access website abc.com/ABC i see current path in browser modified like http://abc.com/ABC...this is fine what i expected. ...
Hi,I want to configure the page view tracking feature, as explained here:http://helpx.adobe.com/cq/kb/PageViewTracking.htmlBut I do not know to which server I must send the request. We have an architecture of 1 author server replicating to 2 publish instances, each one of those behind a dispatcher....
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...