I am unable to get the rewrite working on Dispatcher module of AEM. Following is what's happening with my configuration:Dispatcher configuration (I am using this approach https://docs.adobe.com/docs/en/dispatcher/disp-domains.html#The Web Server Rewrites Incoming URLs):Snippet of my httpd.confLoadMo...
I have a site where we're setting some request attributes that are used across the whole page via a JS-use file:// requestAttributes.jsuse(function(){ request.setAttribute('testAttribute","test attribute value");});And sightly markup that looks like this<sly data-sly-use.atts="requestAttributes.j...
Hello,currently I have live cycle form services implemented using soap WS and now I want to migrate to AEM 6.1 form services. What are the integration options I have? Which web service approach is better for me soap or rest for AEM 6.1 form services methods? Please help me as soon as possible. Thank...
this might be an oversight on my side, but a clean installation of aem and my option to create folders here: http://localhost:4502/sites.html/content is greyed out but here http://localhost:4502/siteadmin#/content it's enabled.is there a configuration I'm missing that enable/disables this for touc...
Hi all,I've unsuccessfully tried to find some documentation about how to implement websockets within AEM. Some posts say there isn't any support for websockets OOTB, and one approach to achieve it is to have an embedded web servlet container, such as Jetty.On the other hand we have this OSGi bundle:...
Hi All,Im new to aem, when i try to build a bundle in crxde-Lite,im getting the following erorr.Has anyone encountered the same. please help me to solve it.Eror Message:"Unable to scan class files: com.example.demo.impl.Activator (Class file format probably not supported by ASM ?) "
Hi I wanted to know a good way of adding a link between a global (master) asset stored centrally and a local asset stored locally, so that properties from the global are inherited locally.A change on the global asset will affect the local asset but not viceversa.Thanks,Diego
There is a query being run when assets are updated that is taking a long time as the number of assets increases. The query isn't in any of the code that I manage so I believe it is in some of the standard Adobe workflow code. How do I fix the performance?The query being run is:XPATH /jcr:root/conten...
I want to write custom Handlebars helper for the server side execution.The documentation is extremely limited (2 lines on this page):https://docs.adobe.com/docs/en/aem/6-1/develop/communities/scf/handlebars-helpers.html#Custom SCF Helpers"... Server-side HelpersTo implement a helper on the server-si...