Hi All,Is there any way to trigger my custom workflow on scheduled activation in AEM 6.3 instead of ootb?Else, we have an approval workflow for page publish, how can I add the functionality for schedule activation in the same workflow?Thanks.
Hi,Please add AddOutputFilter INCLUDES .html in your virtual host entry in httpd.conf file.or you can modify your virtual host file as below and include the same in httpd.conf file.<VirtualHost *:8080><Directory /> <IfModule disp_apache2.c> ModMimeUsePathInfo On # enable dispatcher ...
Hi All,I have written custom validation on multifield and have registered validator for the same, my validations are working fine while interacting with the fields (textfield and pathbrowser) but on click of "Add Field" button my validator is not getting invoked so author is allowed to submit blank ...
Hi Vish,Please have a look at the below thread. I did face similar kind of issue ,see if this can help. http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manager.topic.html/forum__mj2y-hi_all_i_havest.html RegardsRohit
Hi Daniel,Thanks for your quick reply.I have done that before only and its working but what I need was to implement version rotation of logs and for that I was overriding ''org.apache.sling.commons.log.LogManager.config' config to give the max file size of logs and I have done that but its not worki...