Hi all,Could any one please explain me about Servlet Engine and Jetty in aem.1).What Servlet Engine can do in aem?2).What Jetty can do in aem?Thanks & RegardsVeeraReddy.Ch
Hi,We have a Business requirement, where, we are recreating all the components using a different approach in Phase 2 of a Project. Now the Business needs to have the existing site in Prod before the Phase 2 is launched. For this, we would be copying all the existing components under re-writing code ...
Hello all,I want to integrate the AEM Communities Groups feature into our website so that it looks like a part of the web page rather than a different site and would like to know what my best options are for customizing the appearance of the communities sites. To clarify: I would like the result to ...
I did a backup yesterday of AEM 6.2, a simple AEM quickstart. Through the JMX interface:URL: http://localhost:4502/system/console/jmx/com.adobe.granite%3Atype%3DRepository (startBackup(java.lang.String target))I was watching the backup progress before leaving for the day using:http://localhost:4502/...
Hi,I've created a project using Maven Archetype 10 that has the below sample model object and htl file. The code was compiled and deployed to local repository using the mvn command: mvn -PautoInstallPackage install. Please note, the model object is in a seperate bundle.**************************pack...
Hi ThereI build the app with Sign-Single-On and set the colletion to be "restrict". I did not set up entitlement service.Use Case:After Sign-in successfully, I can see the restricted content .However ,when I click it, I see the error message "Content unavalibale"Is there any way that can see and ope...
Hi All,I need some help in improving my PROD steps:-1) Now we follow below steps:-a, Deploy on Author then Publish.2) I want it to be:-b, Deploy it on Publish and then Author.
Hello All,I am trying to extend the comments component. I used the sample package available on this link. After installing the package I am able to make comments from publish side. But this seems to happen only if I drop the component, but if I include the component in my custom site's page jsp, the...
Hi all,I would like to tag components trough the cq:tags property in order to search for them quickly. However, the TagManager -> tagManager.find(tag.getTagID(); can't find them.I believe it is related with the cq:Taggable mixin. Could it be applied to a cq:Component node type? Regards,Salvador,
Hello,I am able to assemble a package using the JcrPackageManager assemble method, however in the package manager I get the package definition and the filters, but the package itself needs to be built. I am sure there should be a way, since it is possible via the HTTP interface using curl.Thanks.