Hi,
Is there a way to reload share-workflow-form-config.xml without having to restart tomcat ?
I have seen this solution :
Changes made to share-workflow-form-config.xml or any other form XML can be done during runtime. You just need to reload the share webscripts & form –> alfresco/service/index?reset=on or reset=all through a post method (get might work, haven't tried it). I'm using Will Abson's build ANT script which does that. Check-out one of the google project add-ons and you will find it there
(stackoverflow) but I'm don't really understand ANT.
Thanks