Information on how to setup the Web module along with information on its functionality can be found at Working with Web Console.
System Properties
List of system properties corresponding to the Web module:
System Property |
Type |
Default Value |
Description |
|---|---|---|---|
mbs.resourcelogger.autostart |
boolean |
false |
Specifies whether the gathering of resource information should start automatically at bundle startup. |
mbs.resourcelogger.contexts |
String |
– |
Contains a list of comma-separated resource contexts that should be monitored and their data should be stored by the Resource Management Plugin for Web Console. By default, this property is not set and all resource contexts are monitored and their data is persistently saved. |
mbs.web.console.auth.basic |
boolean |
true |
Indicates whether an HTTP Basic or a form-based authentication should be used to log in the Web Admin Console. Set the property to "false" to allow user authentication based on the users stored in the "useradmin" database. |
Configuration Properties
Web Core API
The Web Core API bundle – com.prosyst.mbs.web.api.jar, provides the following configuration property:
Configuration Property |
Default Value |
Description |
|---|---|---|
releaseMode |
true |
This property is used to enable release or development mode of the Web Core API. In release mode it serves a minimized version of the common JavaScript libraries and CSS resources. In development mode it serves versions that are easy to debug, so that the full text of the JavaScript to be seen. |