The sysAdmin Subsystem

cancel
Showing results for 
Search instead for 
Did you mean: 

The sysAdmin Subsystem

resplin
Intermediate
0 0 1,355

Obsolete Pages{{Obsolete}}

The official documentation is at: http://docs.alfresco.com



SubsystemsAdministration3.2


Introduction


The sysAdmin subsystem was introduced in Alfresco Enterprise v3.2 as a replacement to the RepoServerMgmt MBean. It allows realtime control across some general repository parameters. Like other subsystems, in Alfresco Enterprise edition these settings can be edited by a JMX client such as JConsole and are automatically persisted and synchronized across a cluster.


Configuration


The sysAdmin subsystem supports the following properties.


server.maxusers: The maximum number of users who are allowed to log in or -1 if there is no limit.
server.allowedusers: A comma-separated list of users who are allowed to log in. Leave empty if all users are allowed to log in.
server.transaction.allow-writes: A Boolean property that when true indicates that the repository will allow write operations (provided that the license is valid). When false the repository is in read-only mode.
alfresco.protocol: The protocol component of the alfresco web application URL, e.g. http
alfresco.host: The externally resolvable host name of the alfresco web application URL. Use ${localname} for the locally-configured host name.
alfresco.port: The externally resolvable port number of the alfresco web application URL. E.g. 8080
alfresco.context: The context path component of the alfresco web application URL. Typically alfresco
share.protocol: The protocol component of the share web application URL, e.g. http
share.host: The externally resolvable host name of the share web application URL. Use ${localname} for the locally-configured host name.
share.port: The externally resolvable port number of the share web application URL. E.g. 8080
share.context: The context path component of the share web application URL. Typically share