running a publisher and author instance is easy: cd /authorjava -jar aem-author-p4502.jarcd /publishjava -jar aem-publish-p4503.jar We can then login to author (http://localhost:4502):, see all our sites pages, and even publish them all. However, on our local publish instance, there is nothing. no c...
Hi, I am trying to create new report type under Tools>> asset> reportshttp://localhost:4502/mnt/overlay/dam/gui/content/reports/createreportwizard.html I just need to add one more field in existing createreportwizard page. Looks like everything is tightly coupled. I have added a new icon in report ...
Hi Team, When ever we upload any asset DAM Update asset workflow will be called create meteData and renditions. Need to know how that Process as been written for creating a rendition which takes and creating the images.Where i can see and understand that process code where it takes Thumbnail Argume...
There is a rule, that is set up properly to exclude actions for URLs, that contain mysubstring.This rule works fine - it doesn't run a javascript code if the URL contains a mysubstring substring. However, I need to make an exclusion from that rule, if the URLs additionally contain myspecialsubstring...
Hi all, Does anyone know if siteadmin ("/siteadmin#/content") is available in AEM as a cloud, please? If so, how to access. If not, then how to do the same thing (manage access rights of Sites and Pages) in AEM as a cloud? Thanks.
When AEM servlet APIs are being called AEM dispatcher returns 403 forbidden error without delegating the request to AEM server. But when I am making the calling by passing "user-agent" header in request . I am getting successful response. Without "user-agent" header dispatcher is not allowing the r...
hello all, I'm building multi image dialog, everything works fine except that when the dialog item (with image and some text) is stored I would like the item/s to be stored as sling:resourceType of core image so that in the HTL I can use something like, data-sly-resource="${ item @ resourceType = 'c...
Hi Team, Please help me understand how do we get the x-aem-client-country and x-aem-client-continent headers in AEM publish instance. At present the headers are coming only in author and not in publish dispatcher. We are using AEM cloud service and all the environments are managed via cloud manager....
We created our language copy by basically copying the English version and making it a Spanish version. We can't scrap what we've done because the pages and their content have already be translated. Is there a way to convert what we have into a language copy of the English version? Its over 100 pages...
Exampe Use Case : For a site (www.info.foo.com) hosted on AEM CS, what is the best practice to create a new micro site (www.brand.adobe.com) that can re-use existing components? Few additional questions:1) Do we need to create a new Cloud Manager Program for each site or can one Cloud Program handle...