I trying to show test classes log in log file (Sling server side junit testing)I create self log file in Apache Sling Logging Logger Configuration below attached screenshot but not show logger value in log file@RunWith(SlingAnnotationsTestRunner.class)public class TopNavigationControllerTest {{ ...
Hi,I have a architecture capability question rather than a specific coding question.I'm looking into options around migrating to AEM in an already complex estate. A big bang move is not an option. So my question is...can AEM act as a server-side aggregator of content from existing sites as opposed t...
Hi,I've my form as something like this:t1.jsp:<%@include file="/libs/foundation/global.jsp"%><%@page session="false" %><%@ page language="java" %><form name="frm" method="POST" id="frm" action="<%=resource.getPath()%>.html"> <div>Enter your name<input type="text" name="nameX"/></div><input type="...
I have a requirement to tag about 40,000 pdf files that are upload to DAM. What is the best way to tag them? I am trying to write a script to achieve this. Please let me know if there is another way to do this.
We have a client that wants to send users to a different page other than the standard AEM "Access Denied" page when users somehow try to navigate to the Author form of an AEM page by changing the URL. Is there a way to trap this and redirect the user to a different URL?
I have a need to cache assets in dispatcher and at the same time impose authentication / authorization being done from publisher. I went through the documentation - https://docs.adobe.com/docs/en/dispatcher/permissions-cache.html and tried it. Code updates: Created a authentication servlet – Documen...
HiI have a requirement to show a specific content based on city. Content is something like show nearby major city / POI. Say if some has accessed the website from about 100 KMs from Sydney, Australia then Sydney becomes the major city and show one its POIs. While getting POI is not an issue, my ques...
I am running aem6author server in t2.small instance in AWS. For some reason, even in idle state it is using maximum CPU and Memory and at one point stopping the aem6server service. On checking /var/log/messages I could see " Out of memory: Kill process 22883 (java) score 897 or sacrifice child " Cou...