Hi, can you please let me know is there a way to make AEM url as case in sensitive. I need to allow both of the below urls. http://mywebsite.com/content/home.htmlhttp://mywebsite.com/content/homE.html ThanksSam
After performing an in-place upgrade from CQ 5.6.1 to AEM 6.2, we have noticed that the permission applied for users groups got changed. This happens with most of the nodes under etc node. This disables access to the contents from consoles like Workflows, Package Manager, Tagging etc. Is it the expe...
One cq 5.5 is another machine and another cq 5.5 is running another machine.I want to tranfer file from one cq (/contents/c1) to another cq.How it can be done?I have tried option /team/export but it didn't work.
I'm using AEM 6.2 and I can't find how to add Image Profiles as described in this documentation (https://docs.adobe.com/docs/en/aem/6-2/administer/content/assets/processing-profiles/image-profiles.html). It says they can be added under Tools > Assets > Image Profiles, but there is no such option. I...
I just want to move repository from CRX1 (cq5.56) to CRX2 (cq6.1) with the help of oak jar.I tried this command: java -jar .\crx2oak-1.0.54-standalone.jar C:\Users\jangid\Desktop\aem 6.1\newauthor\CQ-Author\crx-quickstart\repository C:\Users\jangid\Desktop\aem 6.1\author\crx-quickstart\repository \-...
I must be doing something wrong, but I'm having trouble figuring it out ......I'm trying to get a connection to a db connection pool but I get a Null Pointer Exception on the DataSourcePool. Here is the code:@Component@Service(value = DatabaseConnectionImpl.class)public class DatabaseConnectionImpl...
Hi,We have noticed that View as published option in AEM 6.2 author instance includes Production DTM script (instead of Staging DTM Script), which affects Analytics Report (since analytics data is also coming from author instance). How can we rectify this issue since all the DTM rules are getting fir...
Hi Experts, I am trying to create a sightly page and it comes up well when using the url http://localhost:4502/cf#/content/search-home.html but the page is empty when i try to open it in touch uithat is by using http://localhost:4502/editor.html/content/search-home.html I could see some stack...
Hi All,I'm trying to develop a Image multifield Touch UI component with sightly in AEM 6.2, I referred below article :http://experience-aem.blogspot.in/2015/12/aem-61-touchui-slide-show-component-using-sightl y-image-multifield.htmlUsing article i created component successfully but in touch ui dialo...