TIMEOUT

The TIMEOUT element sets the timeouts for the application. You can reference a predefined WEB_APPLICATION_TIMEOUT_COMPONENT to inherit the timeout settings of that component by including the Using attribute, specifying the unique identifier for that timeout component, and/or you can set individual timeout elements specific to the application.

Settings defined locally within the TIMEOUT element override settings defined in included timeout components.

Child elements

The TIMEOUT element may contain the following child elements:

  1. Zero or one USER_AGENT element.

  2. Zero or one REQUEST_RESULT element.

  3. Zero or one DVM_AVAILABLE element.

  4. Zero or one DVM_PINGTIMEOUT element.

For more information, see Application Timeouts.

Usage examples

<TIMEOUT Using="cpn.wa.timeout.set1" />
<TIMEOUT>
  <USER_AGENT>300</USER_AGENT>
  <REQUEST_RESULT>240</REQUEST_RESULT>
  <DVM_AVAILABLE>10</DVM_AVAILABLE>
</TIMEOUT>