START
The START
element specifies the number of DVMs to start for Web
services.
Syntax
<START> num </START>
- num specifies the number of DVMs to be attached to the web service at start.
Child elements
There are no child elements.
Usage
You use START
to specify the number of DVMs to start for the web service. For
example, by setting the START
element value to 1, the service will start
automatically when the dispatcher starts.
Constraint
START
must be less than or equal to the number
MAX_AVAILABLE
.
START <= MAX_AVAILABLE
Parent elements
This element is a child of the POOL element.