Hi,I am new to Adobe Launch and Target.I got the same error while testing a URL.I am using Adobe Launch to load Adobe Target V2Error:[page-init] Adobe Target content delivery is disabled. Ensure that you can save cookies to your current domain, there is no "mboxDisable" cookie and there is no "mboxD...
We are using S3 for AEM Data Storage, right from AEM 5.6.1 (since 2 years ).Currently we are using AEM 6.2 SP2.We have a single author (with a cold stand by ) and large number of publishers (around 26 AEM instances) are connected to single S3 bucket.Before migration to 6.2 ,total S3 size was 2 TB ,...
Thanks for sharing valuable information.How can we get blog site url from a blog id ?For example ,one of we-retail bog id is '/content/usergenerated/asi/jcr/content/we-retail/us/en/community/blog/jcr:content/content/primary/blog/layer-it-on' .Is there any API to get blog url from this blog id ?
We can list items(Blogs,Authors,Tags and Archives) under a particular blog category with the help of DefaultSocialGetServlet(using selector social).Please tell me how to list the details of persons following a blog.
In the dispatcher, add following line of code ErrorDocument 404 http://abc.comRefer Custom Error Responses - Apache HTTP Server Version 2.4 In AEM ,copy /libs/sling/servlet/errorhandler/404.jsp to /apps/sling/servlet/errorhandler/404.jsp and apply redirect logic.Refer Custom Error Handler Pages