Skip to content

Instantly share code, notes, and snippets.

@jgoldhammer
Last active December 25, 2015 07:48
Show Gist options
  • Save jgoldhammer/6941512 to your computer and use it in GitHub Desktop.
Save jgoldhammer/6941512 to your computer and use it in GitHub Desktop.
the jmxClient provides access to the system/alfresco global properties by listing them and get a specific system/alfresco global property Only executable in the javascript console because of the print statement.
print(jmxClient.listSystemProperties());
print('Java version:'+jmxClient.getSystemProperty('java.version'));
print(jmx.listAlfProperties());
print('Activiti enabled?'+jmx.getAlfProperty('system.workflow.engine.activiti.enabled'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment