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.
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.