I'm trying to setup AEM (Adobe Experience Manager) Author as a Service on Ubuntu 18.04 on an AWS EC2 instance.Script file "aem" at `/usr/bin/aem` (file permissions to "root") #!/bin/bash # # description: This service manages the Adobe Experience Manager java process. # processname: aem6 ...
Hi All,we recently Installed Service pack 6. After Installing Serivce pack we are seeing weird issuesCurrently facing two issues:1. When click on a page, select move, change the url and/or title and try to move the page back to its original location move becomes grayed out.2. When you click on a pag...
Hi ,i have fileupload marked as mandatory for image field but since i am doing some java-script manipulation, hence I need to bypass this and still submit the dialog even if the image is empty.Please let me know how this can be achieved.<image jcr:primaryType...
I want to take build using package manager that all the config folder under /apps/<myproject>/ folders. In each environment I will not know what type of runmode folders there. Is there a way to use filter to select all the folder starts with config instead of adding all the entry in filter node as ...
We have been making decent use of sling models on our site, but one of the things that has been frustrating is that whenever an exception is thrown as part of the adaptTo step it seems to get eaten in the process, leaving behind a null object. Is there a way to do an adaptTo step and actually catch...
I was unable to turn logging on for mod_rewrite.I tried setting "LogLevel warn rewrite:info" in my_publish.vhost (see core - Apache HTTP Server Version 2.5 ), but my own rewrites would not get logged. On the other hand, default rewrite rules started getting logged with this setting.Any suggestions?T...
Facing issues with higher concurrent requests on Publisher instanceWe have applied Dispatcher caching for all static content. Post running load test we observed :- if 2 request per user are going to Publisher, it works fine.- if number of requests are more than 2/user then response time is getting d...
Facing performance issues with HTML request being served from Publisher. As we increase Concurrency, response time start increasing drastically.The HTML has Dynamic content per user so not able to cache it on dispatcher.Please help if any other way to load this dynamic content. Read about Sling Dyn...
Hi, I am calling one template using data-sly-use. below is the directory structure i have/apps/myprj1/core/components/content/componentA/componentA.html/apps/myprj1/core/components/content/templates/templatesA.htmlNow I want to use the template in componentA.html as below. But not able to call templ...
Hi Team,We wanted to add Launch code and data layer JS in our CMS environment (AEM 6.5), for which I believe we can add the launch JS code in the head section and datalayer JS directly on the AEM 6.5 environment, I'm not sure what exactly the purpose of integrating AEM with launch. Can someone pleas...