| Compatibility : | 3.1.0 |
| Editions : |    |
| Platforms : |          |
This property controls the number of seconds to pause
between the Wrapper being launched and the first JVM being launched.
The default value is "0" (zero) seconds.
Most applications will want to maintain a startup delay of "0" (zero) seconds,
but there are some cases where system resources may not be immediately available
after a system restart for example.
In general, it is recommended to make the Java application being run,
robust enough to handle such problems.
However where that is not possible, this property may be useful.
| Example: (30 seconds) |
wrapper.startup.delay=30
|
|