What are the scripts to be included for mobile emulation. I included the browsermap and added the slingresourcesupertype wcm/mobile/components/page for template component.I got the list of mobiles in sidekick, but it is not working
I am pointing multiple publish instances with single dispatcher. What is the maximum number of publish instances I can point.Is it recommended to use the above scenario?
I followed http://docs.adobe.com/docs/en/aem/6-0/deploy/upgrade/data-store-config.htmlI am able to install as a single AEM author instance with separate data store and node store. But when installing as a cluster, I am not able to create separate data store.I had to store both data and node store in...
I am trying to install AEM clusters using single mongodb as repository. I want separate the node store and data store. I tried it using the propertycustomBlobStore=true in config file. I created org.apache.jackrabbit.oak.plugins.blob.datastore.FileDataStore.cfg to configure data store configuration...
I start all the AEM clusters using the command java -Xmx1024m -XX:MaxPermSize=256M -jar aem-author-p4501.jar -r author,crx3mongo -Doak.mongo.uri=mongodb:/localhost:27017/aem-author &If i want to stop it, how will i do it ?
I found this :Maximum number of threads,: property for Day CQSE HTTP Service . But since AEM 6.0 is using jetty server, I am not able to find this option. Anywhere else i can find this option ?