Our dev author is having very less RAM.( 8 GB).We were not aware that bulk reindex is a resource intensive operation on RAM .We wanted to fix some issues on search since we did not run bulk reindexing after upgrade from 5.6.1 to 6.1But after we started bulk reindexing , it is not stopping since ther...
Hi All,1] I am able to somehow handle scenario #1[i.e, search for recent modified pages in a given location]2] However, I am not sure how to populate the pages returned into three separate components[which just have a path field in it] Any thoughts/pointers on this will be helpful.
My publish instance doesn't show 404 page for the anonymous user. Instead it shows the "/system/sling/cqform/defaultlogin.html" page.If I am logged in as admin user, it works fine and shows the 404 error.Did anyone face the same issue?
In dev server jsp changes are not refilecting on web pages after hitting the url http://localhost:4502/system/console/slingjsp?reset and after click on the recompilejsps only jsp changes reflecting
Hi All,I am new to CORAL-UI(touch-UI) and need small help on publish the record using "cq.wcm.publilsh".The path is : /libs/wcm/core/content/sites/jcr:content/body/content/header/items/selection/items/publish/items/nowThe "now" node properties are: action : cq.wcm.publishhow the record is publish...
Hi All,We have a requirement where we need to compare two AEM intances and extract the differences and also export the metadata(such as content name,type,size) of a jcr repository and hierarchical susbset.1. Is their any tool which will do this comparision.2. Is their best ways to do it.
HiCan I know the AEM DAM naming conventions and the character restrictions.?The following is the test I have tried.I have created a folder named “ test ” under “ /content/dam/”And created one more folder named “abcd” under “/content/dam/test/”Later created one more folder named “abcd!@#$%25%5E&()_+...
I have a Java Component , want to call that component in html using sightly. I am trying to use the tag data-sly-use.settings="com.pnc.xxx.Settings" .It is initiating the new Instance, but not referring the existing component. How can I refer the existing component in sightly?