Enabling this property will tell the Wrapper to attempt to request
a Thread Dump in the event that the JVM does not exit when
requested. This information can be useful in tracking down the
reason why the JVM is not exiting. This will have no effect if the
JVM is hung for some reason as it's process will not respond to the
thread dump request. Defaults to FALSE.
Example: |
wrapper.request_thread_dump_on_failed_jvm_exit=TRUE
|
|