Hi There, We are facing issue in url shorting(sling mapping) for multiwebsite (http://localhost:4503/content/constellar/language-masters/en/home.html, http://localhost:4503/content/singaporexpo/language-masters/en/home.html). Can anyone please suggest how can we acheive this. Thanks in Advanc...
Adobe documentation at Introduction to the Architecture of Adobe Experience Manager as a Cloud Service | Adobe Experience Manager says: "Adobe Experience Manager as a Cloud Service has modified the way publishing content works. AEM as a Cloud Service now uses the Sling Content Distribution capabili...
In order to keep RepositoryInitializer configuration only on stage, I placed the file org.apache.sling.jcr.repoinit.RepositoryInitializer-test.config in config.author.stage alone. But after the production environment, I was able to see the script executed in both stages and production. The only envi...
Hi all, Is Binary Cloud Storage for Assets in AEMaaCS the only one instance for all author and publish instances, irrespective of how many they are? High-level architecture at Process assets using asset microservices | Adobe Experience Manager depicts Binary Cloud Storage, but does not address th...
It's quite common to access multiple environments in the same browser while working with AEM, which makes it confusing which environment to change. My understanding is that AEMaaCS cannot change the author's name. ACS AEM Environment Indicator is not compatible to use. Would it be possible to make s...
Hello folks, Hope you all having a great Holiday, We have a requirement to dynamically generate an Excel file and save it to the DAM. Below is the code snippet I have written, to save it to DAM using AssetManager API. Currently, it is only creating an xlsx file in the DAM with 0 bytes and when I try...
{ /type "allow" /selectors "*" /extension '(gif|ico|jpeg|jpg|png|svg|pdf|webp)' /path "/content/dam/*" } Hi folks, In dispatcher filters, "url" and "path" seem to be interchangeable, at least in the examples I can find. Suppose I put "url" in the filter above, would it work any differently? thank...
Hi All, I have a requirment like, when we select a value in drop down a servlet call will be triggered and based on the respone of the call I have to show th fields on the page which are dynamic and when we reedited the page it has to dispaly previous selected data as well. Can anyone suggest how ...
I am working on code refactoring, following the document Deprecated APIs | Adobe Experience Manager. The documentation states that org.apache.commons.lang.text is deprecated and instead, Commons Lang 3 should be used. Code Snippet import org.apache.commons.lang.text.StrLookup; import org.apache.co...
Hi All, I have installed AEM 6.5 and installed the package for graphiql graphiql-0.0.6.zip. Graphql editor is working fine at URL http://localhost:4502/content/graphiql.html as well as I'm able to execute any query and see the result. With my setup, I'm unable to see an option available at Tools >...