|
*1) On Unix platforms, this property will default to TRUE
if the wrapper.daemonize property is set to TRUE.
This is done because a daemon process by definition has no place to read from.
If it was left enabled and Java were to attempt to read,
then the depending on the Java code, it could go into a loop, thrashing,
while attempting to read.
|