If I have CQ5.5 jar and I want to run CQ5.5 inside my appserver, is it possible without getting the war file? Even after expanding into crx-quickstart folder is it possible to run CQ5.5 within appserver by copy/paste or generating a war file from that or any other way? If yes, what is the process?
Has anyone tried connecting AEM 6.0 to a MongoDB replica set? I'm not sure how to specify the replica set here:-Doak.mongo.uri=mongodb://localhost:27017That will only connect to one specific mongodb instance. It might be due to my lack of mongodb knowledge, but any extra documentation around this in...
Hi All,Our requirement is to "Encode" the Authored content in "textfiled" ,"pathfiled","textarea" before it got submitted to CQ-Server. For this we have overlayed "TextFiled.js" and Overidden method "syncValue()" in the Overlayed file. It is working fine in almost all places (Authored content is g...
All, I have created a bundle in crxde lite and I have a dependency of a 3rd Party (External)jar and I have followed the below steps1. Convert the 3rd party jar to bundle and install in felix console. Its installed and active.2. import the class which is used in my bundle slingServlet3. I have also ...
Hi, I am using sling internal queuing mechanism and I have set no. of retries to 5. Still, my process is failing after 1st attempt.Any pointers on this or is there any correct way to set this parameter "no. of retries".My part of my xml is:<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0...
When trying to apply the the instructions mentioned in the Maven configuration details for CQ5 (http://docs.adobe.com/docs/en/cq/aem-how-tos/development/how-to-build-aem-projects-using-apache-maven.html), I am facing issues when trying to create the project with the following command:mvn archetype:g...