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 for the interval between Wrapper ping requests which will be logged
when debug output is enabled.
The default value is "1 second", with valid values in the range of "1-86400".
Example: (logging every 60 seconds)
wrapper.ping.interval.logged=60
The actual ping functionality is not affected
but it is possible to greatly reduce the frequency of the pings which are logged at the debug log level.
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 the ping transactions will be logged only every 60 seconds (once in 12 times).
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.
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.