DO 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.
Number of seconds between Wrapper ping requests which will be logged when debug output is enabled.
The actual ping functionality is not effected
but it is possible to greatly reduce the frequency of the pings which are logged at the debug log level.
Must be in the range of 1 to 86400. Defaults to 1 second.
For example, setting the
wrapper.ping.interval
property to 5 seconds, and the
wrapper.ping.interval.logged
property to 60 seconds will cause the Wrapper to ping to the JVM every 5 seconds.
But only 1 in 12 times of the ping transactions will be logged.
Example:
wrapper.ping.interval.logged=60
This property was added because there are times when the ping debug
output can be distracting while attempting to track down a problem
unrelated to the pings.
WARNING
If you are experiencing any kind of timeout problems this property should
be set to its default value as the full ping output will be useful in
resolving the cause.
User Comments
If you notice something that is incorrect, missing, or simply feel that some part of this page could be explained better, feel free to log in and add a comment. You will need to register before you can log on.