iWD Runtime Node Configuration
Configuration options
iWD Runtime Node configuration options are described here.
Additional configuration can be carried out using iWD GAX Plugin as described in iWD Business Solution Configuration.
.yaml File
The .yaml configuration file:
- Provides initial log configuration
- Provides configuration of a list with HTTP methods to reject on open sockets
On startup, Runtime Node attempts to read it from a default location:
${INSTALLATION DIRECTORY}/config/iwd_dm.yaml
Sample File
logging: level: INFO appenders: - type: file currentLogFilename: datamart-startup.log threshold: ALL archive: false timeZone: UTC httpDisabledMethods: null adminHttpDisabledMethods: null
where:
- logging—Defines Runtime Node logging configuration.
- httpDisabledMethods— One or more (comma delimited) HTTP methods to reject on the webservice port. Null indicates allowing all methods. After an update, you must restart the component. Example: OPTIONS,TRACE.
- adminHttpDisabledMethods— One or more (comma delimited) HTTP methods to reject on the admin port. Null indicates allowing all methods. After an update, you must restart the component. Example: OPTIONS,TRACE.
This page was last edited on January 6, 2023, at 07:02.
Comments or questions about this documentation? Contact us for support!