It's quite repetitive to copy/paste and modify /etc/map mappings for each environment as well as publisher/dispatcher and author, since content everywhere is almost the same.Is there a tool already that allows to automate the mapping process for instances and paths generation under /etc/map folder ...
We have created a website smart.comwe have the path for our homepage as smart.htmlthis is the first page in our AEM site structure.When we type smart.com we should get the home page displayed with URL as smarter.com/content/smarter.htmlBut by default its getting redirected to smarter.com/index.html...
Hi,I'm using aem 6.0 instance. I just put flash component on page. On authoring everything is ok. On publish there is js exception occurs:Uncaught ReferenceError: CQ is not definedIs it necessary to include cq.shared lib?Best regards,Yaraslau
Hello Everyone,We have configured AEM user authentication to go via LDAP.Wanted to know if it is possible to configure a whitelist of groups which alone should be created when users log in. We want to avoid the number of groups getting created on the AEM isntance.Please suggest if there are any conf...
Hi there,Now i need to assert a property type is "String[]", please see below:[img]option.png[/img]But I find that there is no specified value for type "String[]", please see below:[img]string.png[/img]Anyone know how to assert the type? Thanks a lot in advance.
Is this a Mac OS X "feature" with the 64 bit newer JDKs ? The jdk1.8.0_31.jdk still worked but 40 or 45 seem to have problems. -thanks, benny/Library/Java/JavaVirtualMachines/jdk1.8.0_40.jdk/Contents/Home/ tail -100 crx-quickstart/logs/stderr.log Low-memory action set to forkUsing 64bit V...
Hi All,I have basic doubt that in what circumstances dialog and design dialog will be chosen.Please understand me basic difference between these two.Thanks in advance.Thanks,Kishore
I wrote a listener to my pathfield in multifieldpanel xtype where it accepts external links without changing but for images and PDF links it will remove .html at the end, because i added suffix=.html property in pathfield. I wrote a condition like this:function(this,newValue,oldValue){if(this.getVal...
Hello All,I am trying to run AEM in debug mode. I am using the following command to run.java -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000 -XX:+HeapDumpOnOutOfMemoryError -XX:MaxPermSize=512M -Xmx1280m -Dorg.apache.sling.commons.log.level=INFO -...
Hi,I am looking for a way to transform the current request URL into one with a different suffix and preserve everything else.Does CQ (or Sling) has an API for doing this? Or do I have to do it manually, maybe with some help from slingRequest.getRequestPathInfo()?Thanks,Behrang