JadeTimeout

The JadeTimeout directive, whose characteristics are listed in the following table, specifies the maximum number of seconds that mod_ jadehttp waits for a reply from a JADE system before sending a failure message to the requesting Web browser.

Characteristic Value
Action Specifies the maximum number of seconds to wait for a reply from JADE
Syntax JadeTimeout number-of-seconds (the default value is 45 seconds)
Context Location
Handler jadehttp-handler
Module mod_jadehttp
Default JadeTimeout 300 (that is, 5 minutes)
Example JadeTimeout 30

A default value of zero (0) indicates that there is not timeout. The maximum timeout value is 1800 (that is, 30 minutes).

Hints

This directive enables you to test the effects of unexpectedly long request processing without having to wait the default five minutes for each test.

When Web-enabled applications are all busy, you can control the time that a Web browser window shows no action before returning the Service unavailable response.