Search code examples
alfrescocmisopencmis

How to set values of alfresco-global.properties programmatically


I was working in a client application with alfresco and in need to capture the changes in docs from user's alfresco account. From further reading I came to know that I need to set some properties in alfresco-global.properties file to enable change log audit. So is there anyway I can do this using an API without requesting user to do this ? Please help


Solution

  • For Community there is no direct way to do this other than using addon's or writing your own custom code.

    There are some ways you can use when using the JavaScript Api of Alfresco.

    There is an Open Source module here using JMX and a paid one here using a custom Share page.