wrapper.disable_console_input |
||||||||
WARNING
Use of this property has been deprecated as of Wrapper version 3.5.52 in favor of the
wrapper. WARNINGDO NOT modify any of these parameters unless you have read this property description. Incorrect settings can cause the Wrapper to fail to operate as expected. When this property is set to TRUE, it disables the Wrapper's ability to process console input in the JVM. When console input is disabled, any attempts to read from the console will block indefinitely.
Some users have reported problems with certain JVMs where an "java.io.IOException:
The handle is invalid." error will be thrown
when the JVM attempts to read from System. The default value is "FALSE" (not disable) (See: Note *1).
NOTE
*1) On UNIX platforms, this property will default to "TRUE" (Disable Console Input)
if the wrapper. |
Reference: Console |
|