check if the "rollout" trigger is configured on parent page and the cq:LiveSyncConfig node exist on child with appropriate configs?In addition to that, validate that relevant Action Configs in /system/console/configMgr -- CQ MSM Content Update Action, Copy Action, Delete Action and CQ MSM Page Move...
Per my knowledge, the path seems to be correct for 6.0 and 6.1You may try alternative solutions like webdav etc., if you just want the size of certain assets?https://www.albinsblog.com/2018/03/different-approaches-to-calculate-content-DAM-folders-size-in-adobe-experience-manage… Experiencing Adobe E...
Per my knowledge, the migration is a manual task per use case as mentioned here -- Adobe Experience Manager Help | Repository Restructuring in AEM 6.4 The only utility that I'm aware of for certain use cases is Adobe Experience Manager Help | Lazy Content Migration Yes, static templates are not reco...
For OOB RTE, the best thing you could do is to use image path in an element tag (p, span, a, img etc.) and apply css classes/style to itE.g. <img src="somepath" style="somestyle"/> It won't provide drag/drop and crop features.
I'm not sure that you're creating the cookie or client side (js/jquery) or server side (java).Based on that design approach, you could simply redirect the request in either js using window.location(path) or response.sendRedirect(path), response.setStatus(301) and response.setHeader("Location",path)y...
Couple of pointers as I'm not sure if the errors posted are related to "email" problem statement or something else -1) check why the mime type of css is 'text/html', it should be 'text/css; charset=UTF-8'. That could possibly break the HTML rendering. check the publish server(s) directly or otherwi...
'selectors' won't work with 'path' but with resourceType. Modify your code to remove selectors & extension or change path to resourceTypesling.servlet.selectorsThe request URL selectors supported by the servlet. The selectors must be configured as they would be specified in the URL that is as a list...
As you already know that JBOSS is an App Server hence you'd need a "web server" to install dispatcher. Following web servers are supported- Web ServerInstallation KitApache 2.4dispatcher-apache2.4-<other parameters>Apache 2.2dispatcher-apache2.2-<other parameters>Microsoft Internet Information Serve...
I'm not sure why would you want to do that. In any case, you need to understand your requirements/use cases in depth and pros/cons (essentially relational database vs jcr features) of what you plan to do. There is no automated tool available to simply lift and land database into jcr. You'd need to i...
Couple of pointers--check proxy configurations, as mentioned in article - If you are using Search&Promote with a custom proxy configuration, you need to configure both HTTP Client proxy configurations as some functionalities of AEM are using the 3.x APIs and some others the 4.x APIs- create a debug ...