server/WEB-INF/conf/controller-bml

This file specifies basic configuration settings for the Validation Responder. It can be used to override the default settings from:

Copy
server/WEB-INF/conf/controller-defaults.bml

This configuration file can be used to specify the properties in the following subsections.

Property: networkConnectionTimeoutMillis

Default 300000
Description

This property specifies how long (in milliseconds) the Validation Responder should wait for a network connection to be established before timing out the connection attempt. Setting this property to 0 disables connection timeouts.

Example

<property name="networkConnectionTimeoutMillis" value="300000"/>

Property: networkReadTimeoutMillis

Default 300000
Description

This property specifies how long (in milliseconds) the Validation Responder should wait for the partner in an active network connection to send data before terminating the connection. Setting this property to 0 disables read timeouts (not recommended as this would cause the connection to hang).

Example

<property name="networkReadTimeoutMillis" value="300000"/>