REM system properties
REM supports the following system properties that affect its runtime behaviour:
Property | Valid values (default in bold) | Description |
---|---|---|
|
true, false |
If set to true, disables login from a cookie. Normally authentication tokens in a cookie will be checked when the app is reloaded and can continue to be used. Disabling this feature increases security but forces users to re-login when the app is restarted (with F5 for example.) |
|
true, false |
If set to true, disables the feature that allows the administrator to
restart the REM server (if started by |
|
${JETTY_HOME} |
Path to the directory where REM should store its working files (Derby database, keystore, etc.) |
|
${rem.home}/plugins |
Path to the directory where REM should search for plugins. |
|
${rem.plugins.dir} |
Path to the directory where REM should expand plugins to. |
|
true, false |
If set to true, enables automatic database schema updates to |
REM servlet parameters
In addition to the system properties above, REM uses the following servlet parameters to control the loading of additional configuration:
Parameter name | Valid values (default in bold) | Description |
---|---|---|
|
${rem.home}/rem.properties |
Path to the REM configuration file. Stores sensitive configuration properties such as the truststore configuration. |
|
Any sequence of printable ASCII characters i.e. characters from the range from ' ' to '~' |
Password used to encrypt sensitive properties in the REM configuration file such as the truststore password. |