wrapper.console_input |
||||||||
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. This property allows you to enable or disable the Wrapper's ability to process console input for the JVM. Possible values are:
The default value is "AUTO". With the value 'AUTO', the Wrapper automatically disables the handling of stdin in the following cases (UNIX only):
In all other cases, the handling of stdin will be kept enabled. AUTO is generally a suitable value, unless you know that your application will never read console input, in which case you can set the property to DISABLED. Disabling console input will makes any attempts to read from the console to block indefinitely. This is done to prevent certain Java code from thrashing inside a loop while attempting to read. Additionally, it allows for a slight reduction in CPU usage on the Wrapper side.
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.
|
Verweis: Konsole |
|