All the parameters discussed above can be set when a ULC application is
started:
- -crStrategy className
- Specify the name of the ULC reconnect token strategy (default:
nil). This activates the feature if the class exists and inherits from
UlcReconnectTokenStrategy.
- -crTimeout seconds
- Specify how long a context should be kept alive (default:
300).
- Note:
- You can not turn client reconnect off by specifying 0 or less. The
value must be bigger than 0, otherwise the default is taken. This
parameter is only used if the client reconnect token strategy
(-crStrategy) is valid.