Actually when I installing Aem through the command prompt it is asking the desired admin password where I will find that password what is the way to find that password could you please suggest the way how to find that password in a detailed way
Hi Team, I have AEM 6.5 publish instance running. I was trying to install security certificate using the below command and received error. Command used:curl -u admin:<PASSWORD> -F "keystorePassword=<KEYSTORE_PASSWORD>" -F "keystorePasswordConfirm=<KEYSTORE_PASSWORD>" -F "truststorePassword=<TRUSTSTO...
hi folks,I can’t use itextpdf anymore for license reasons, so I’ve been trying to integrate PDFBox in my AEM project (AMS, 6.5) I found this project with suggestions on how to do this: https://github.com/ahmed-musallam/pdfbox-osgi-bundle I added the maven-bundle-plugin updates below to my AEM “Java”...
Hi, I have an interesting requirement...I have directory that is currently CUG protected, meaning only certain user groups can access after authenticating. We have a new requirement where they would like to bypass the authentication if a vetted user clicks on the link (from an email). So, for exampl...
HI Im using Adobe Experience platform when download files which shown generating zip file but no responseeven 2 files or over hundreds files , the old version platform do not have this issue anyone can can help???
Hi, We are using OOTB ca-config "com.adobe.cq.wcm.core.components.config.HtmlPageItemsConfig" to load a script on our page.But the script src is different for each environment. So, to override it through OSGI, I have tried using Apache Sling Context-Aware Configuration Override Provider: OSGi config...
Hi everyone, I hope you’re doing well! I’m currently managing redirects in Adobe Experience Manager using the ACS AEM Commons Redirect Manager. Over time, we’ve accumulated a large number of redirects, and now I need to delete many of them in bulk. While I understand how to delete individual entries...
I want to validate if is it possible to customize GraphQL schemas or use GraphQL resolvers while using GraphQL API for Content Fragments in AEM 6.5.21. Right now we can fetch CF data using a persisted query and it returns all the data just like it exists in the JCR, but we would like to transform so...
Hi, I want to write a Testcase for my Servlet, which expects a specific selector.So far I ve always created my MockSlingHttpServletRequest request object using AemContext context.request().However, I have nt found any method which might allow me to set a selector for it ?Would be great if you could ...