The Java Management Extension (JMX) interface
Much like other applications, you can configure Alfresco and restart it to make it effective. Alfresco offers the Java Management Extension (JMX) interface to access Alfresco through a standard JMX console that supports JMX Remoting (JSR-160). Using that, you can perform the following:
- Change log levels
- Set server read-only mode
- Manage Alfresco subsystems
- Enable or disable file servers (FTP/CIFS/NFS)
- Set server single-user mode
- Set server maximum user limit, including the ability to prevent further logins
- Count user sessions/tickets
- User session/ticket invalidation
You can use JConsole, MC4J, or JManage to perform the preceding activities. JConsole is supplied with Java SE 5.0 and higher versions.
Connect to Alfresco using the JMX client (JConsole):
- Open the JMX client. In case of JConsole, it comes with JAVA SE. You can find its executable file from the
bin
folder of your Java installation directory. - Provide the Alfresco JMX service URL to the remote processor...