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 Content Services generates URLs to the repository and SkyVault Share. These parameters might 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 repository web application. The default is SkyVault.
- SkyVault.host
- Specifies the externally resolvable host name of the 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 web application URL. The default is 8080.
- SkyVault.protocol
- Specifies the protocol component of the web application. The default is http.
- share.context
- Specifies context path component of the SkyVault Share web application URL The default is share.
- share.host
- Specifies the externally resolvable host name of the SkyVault Share web application URL. The default value is ${localname}.
- share.port
- Specifies the externally resolvable port number of the SkyVault Share web application URL. The default is 8080.
- share.protocol
- Specifies the protocol to use. The default is http.