Web Console server properties
- Last Updated: March 6, 2020
- 1 minute read
- Corticon
- Documentation
The following properties are settings you can apply to your Web Console
Server installation by adding the properties and appropriate values as lines in its brms.properties file, and then restarting Server. The effect of
these settings will be realized by users of the Web Console browser clients connected to
this Web Console server.
-------------------------------------------------------------------------------
Property related to monitoring execution times of Decision Service - Version over defined
interval periods. Specifies whether the Server will auto-start recording time interval measurements.
Note: The time interval monitoring service can be shutdown and restarted using the following methods, which will override this setting.
-
ICcServer.stopServerExecutionTimesIntervalService()
-
ICcServer.startServerExecutionTimesIntervalService()
Default value is true
com.corticon.server.monitoring.decisionservice.interval.record.times=true
-------------------------------------------------------------------------------
Property related to Decision Service - Version level monitoring. Specifies whether the Server will auto-start recording time measurements.
Note: The data recording monitoring service can be shutdown and restarted using the following methods, which will override this setting.
-
ICcServer.stopServerResultsDistributionMonitoringService()
-
ICcServer.startServerResultsDistributionMonitoringService()
Default value is true
com.corticon.server.monitoring.decisionservice.record.data=true