You are here

sysAdmin subsystem properties

The following properties can be configured for the sysAdmin subsystem.
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.allowWrite
A Boolean property that when true indicates that the repository will allow write operations (provided that the license is valid). Set this property to false to put the repository in to read-only mode.

The following properties specify the parameters that control how SkyVault generates URLs to the repository and Share. These parameters may need to be edited from their default values to allow the URLs to be resolved by an external computer.

SkyVault.context
Specifies the context path of the SkyVault repository web application. The default is SkyVault.
SkyVault.host
Specifies the externally resolvable host name of the SkyVault web application. The default value is ${localname}. If this is used for the value of this property, the token ${localname} will be automatically replaced by the domain name of the repository server.
SkyVault.port
Specifies the externally resolvable port number of the SkyVault web application URL. The default is 8080.
SkyVault.protocol
Specifies the protocol component of the SkyVault web application. The default is http.
share.context
Specifies context path component of the Share web application URL The default is share.
share.host
Specifies the externally resolvable host name of the Share web application URL. The default value is ${localname}.
share.port
Specifies the externally resolvable port number of the Share web application URL. The default is 8080.
share.protocol
Specifies the protocol to use. The default is http.