Hi, I have AEM 6.5 and got this error while using maven to build project.Here are logs from console:--- aemanalyser:0.9.2:analyse (default-analyse) @ wetrain.analyse ---[INFO] Starting analyzing feature 'com.adobe.training:wetrain.analyse:slingosgifeature:aggregated-author.prod:1.0-SNAPSHOT'...[INFO...
I'm developing a custom servlet to prevent users not logged into our site from downloading certain content in the DAM. I can see my servlet active in components but I don't see it resolving in the Servlet Resolver Test (system/console/servletresolver) Thanks for any advice. (service = Servlet.class,...
Good morning,I have Adome Aem on premise with 4 Publish machines. I need to ensure that a portion of the page on a web page is not saved in the cache memory of the dispatcher servers.I tried using experience fragments. When I edit and then publish the experience fragments it updates while the web pa...
I wish to overlay the personalization tab within page properties so that I can add some custom properties. Where can I find the personalization node so that I can copy and overlay my own implementation?
I'm trying to squeeze out every drop of SEO on the pages I put into my system. I know we have a sort of custom setup for some of our screens, but I saw this field called referrer (shown on the attached screenshot) and was wondering if anybody could help me learn what it does. I tried searching the t...
I am trying to create a pages report that will display the status of a page: either "Published" or "Not Published".I know that the published status information is displayed in the authoring UI for a given page, as shown in the following screenshots: Here is my base Query: SELECT * FROM [cq:Page] ...
Hi All I am trying to flush the Akamai Cache through java code by invoking there open APIs.Followed the link from the Akamai Forum for the steps.(https://community.akamai.com/customers/s/article/OPEN-API-Fast-Purge-and-Java)But it has below imports for packages which are not available in public repo...