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 ?
CQ.HTTP.post( CQ.shared.HTTP.externalize("/bin/replicate.json"), callback, { "_charset_":"utf-8", "path":paths, "cmd":"Activate","":"" } ); Is it possible to send agent id as parameter in above request ?
I need a custom action in sidekick to activate a page for a particular publishing destination alone. How can I publish to a single destination alone ? I need control for selecting publishing destination
I have developed angular js app inside aem. I want to manage content in partial pages html. The sidekick and components are not working in partial page. It is working only in index page. Anyway to manage content in partial page also ?