I am creating a shell script to run on AEM production server. I am looking at ways to test the script on localhost before moving it to production. Is there any way to open a Putty session for the localhost?
Can you please share the suggestion for the below scenario: Have created sling model to read multifield values, need to send these values to a servlet kindly suggest
Hi All,Is it possible to add SPA Components in Adobe Experience Fragments i am using AEM 6.5.8.0.Please suggest.I searched forum not getting a clear reference.Regards,Rajashankar.R
Hi AEM Community,I'm working on a page in AEM in its editor mode and the components on that page are not functioning. The error says that File "/apps/<projectName>/foundation/global.jsp" not foundBut I can see this folder in the code base within my IDE (IntelliJ and VSCode, screenshot below from VSC...
Hello community,I have been trying to troubleshoot a strange issue where the externalizer service configurations are being unbound - somewhat randomly. This is occurring multiple times per day, and I haven't been able to attribute this issue to any particular event. I am able to fix the issue by d...
Here is my snippet. Unable to build the code due to redundancy warning. build fails. But code works fine in direct deployment <sly data-sly-test=" ${properties.snippetheadstartcurall}"> <sly> ${properties.snippetheadstartcurall @ context='unsafe'}</sly> </sly> <sly data-sly-test=" ${!properties.snip...
randomly, instead of some json, we get the following HTML back from one of our servlets: We are looking in the logs, but wondered if anyone has seen this type of response before? <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" c...
I have a task to create a custom icon-picker. As you may know, AEM already has a prebuilt generic list of icons and icons fonts. In my case, I would like to generate a fresh list of icons without making use of the ones AEM provides, as this is what I am required to do. basically I understand one nee...
Archetype project created with version above 23 is including a common filter for '/apps/sling'. If an AEM instance already has a project which has customisations in 'apps/sling' folder, any new project with this common filter when deployed to the same instance is overriding the existing changes. The...