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...
DAM current accept all kinds of assets with extensions such as .jpeg, .png, .pdf, .html, .css, .js, etc... But we need to have a restriction on few of the files such as .css or .js or .html files so that we can avoid CSS[Cross site scripting] attack or any other security vulnerability attacks. Pleas...
Hi All,I am building new project structure based on AEM 6.0 on windows and following this wiki http://docs.adobe.com/docs/en/aem/6-0/develop/dev-tools/ht-projects-maven.html.Created structure using this command and got two modules content and bundle along with pom.xmlmvn -Padobe-public archetype:gen...
I am new to AEM development.I have use-case to check since how long AEM author/publish instance is up and running. Can you suggest how can I achieve this through Java/jsp?Thanks,
As defined here http://adobe-consulting-services.github.io/acs-aem-commons/features/errorpagehandler.html I am trying to confgure error pages for my application. Here is what I have done:1) Created 404.jsp and default.jsp at /apps/sling/servlet/errorhandler as defined on the page.2) Added below widg...
We have run into an issue with one of our major integrations that runs every two hours. The system updates nodes with new images when needed. Unfortunately, the renditions get out of sync as this update does not trigger rendition updates. What is the best way to modify this method to trigger the ...
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 ?
Hi,I have 2 different projects/sites with two separate code base. I have some custom configurations for accessing webservices from different server (WS URL) etc. These URLs are different for different environments (Dev, QA, Pre-Prod, Prod).What is the best way to handle these configurations? Is it v...
The use case is " As a damadmin, I would like to establish a relationship between an asset with multiple assets in the Adobe DAM". I am assuming the relationship would be a metadata field and the type would be a multifield of pathfield so that the admin can select multiple assets to relate them to ...