Hi, I need the functionality of sending a newsletter to a group of users using a standard AEM installation and came across some issues with this:-you apparently can't add 'normal' user groups as the recipient list of a newsletter - it seems to need the cq:authorizableCategory "mcm" property, so you ...
We are planning to deploy AEM v6.1 and looking at some lessons learned from our v5.1 deployment I am looking to do some work around our webservers and the dispatcher + cache.What I am wondering is can multiple instances of dispatcher share the same cache?I know it should be set to the document root ...
siteadmin page showing blank in AEM 6.0 SP2. All other admin pages like DAM admin,miscadmin are working fine, but the siteadmin is showing blank.When checked in firefox, it throws 300 error while loading as belowhttp://localhost:4502/libs/wcm/core/content/siteadmin.infinity.json [HTTP/1.1 300 Multip...
Hi All,I have custom workflow and we are seeing issues while it's running but we are not getting any relevant information in error.log.I heard to configure a separate log for workflows we need to include out of the box workflow packages.If anyone knows please give me the those out of box packages an...
I am trying to implement a custom service which programmatically creates user under a particular folder i.e /home/users/myproject/user1. Below are the methods available createUser(String userID, String password) Creates an User for the given userID / password pair; neither of the specified ...
Hi, We have developed separate component for managing header / footer. This component / template generate JSON which has header / footer markup. We have some other parties which needs this header / footer so created JSON for easy consumption. For example: { headerDiv : <div> header div here </div>fo...
Hi everyone,We installed aem 6.0 as Tar MK with help of an Adobe conultant. For the backup script we used the following online backup command:INSTALLATION_DIR=/opt/aem/crx-quickstart BACKUP_DIR=/opt/aem/backup CRX_USER=<user> CRX_PASSWORD=<password> CRX_URL=<url> curl -f -u ${CRX_USER}:${CRX_PASSWOR...