Configuration Management (config)

Defines how the server processes configuration information.

Attribute name Data type Default value Description
monitorInterval A period of time with millisecond precision 500ms Rate at which the server checks for configuration updates. Specify a positive integer followed by a unit of time, which can be hours (h), minutes (m), seconds (s), or milliseconds (ms). For example, specify 500 milliseconds as 500ms. You can include multiple values in a single entry. For example, 1s500ms is equivalent to 1.5 seconds.
onError
  • IGNORE
  • FAIL
  • WARN
WARN Action to take after a incurring a configuration error.
IGNORE
Server will not issue any warning and error messages when it incurs a configuration error.
FAIL
Server will issue a warning or error message on the first error occurrence and then stop the server.
WARN
Server will issue warning and error messages when it incurs a configuration error.
updateTrigger
  • mbean
  • polled
  • disabled
polled Configuration update method or trigger.
mbean
Server will only update the configuration when prompted by the FileNotificationMbean. The FileNotificationMbean is typically called by an external program such as an integrated development environment or a management application.
polled
Server will scan for changes at the polling interval on all the configuration files and update the runtime configuration with the changes detected.
disabled
Disables all update monitoring. Configuration changes will not be applied while the server is running.

Icon that indicates the type of topic Reference topic



Timestamp icon Last updated: Saturday, 3 December 2016
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=cord&product=was-nd-mp&topic=rwlp_config_config
File name: rwlp_config_config.html