My webMethods Server 10.1 | My webMethods Server Webhelp | Document Conventions | Startup and Configuration | Modifying Configuration Files | Configuring JVM Settings for My webMethods Server | Configuring Wrapper JVM Checks
 
Configuring Wrapper JVM Checks
The Java Service Wrapper can perform internal detection of deadlock threads or out of memory conditions within the JVM. By default, the deadlock detection is disabled in the My webMethods Server service and if you want to use this functionality, you need to enable it manually in the custom_wrapper.conf file.
The following table describes the available parameters.
Parameter
Default Value
Description
wrapper.check. deadlock=
FALSE
Controls the operating state of the functionality.
wrapper.check.deadlock. interval=interval
60
Controls the deadlock detection interval in seconds.
wrapper.check.deadlock. action=action
RESTART
Controls the action if a deadlock condition occurs.
wrapper.check.deadlock. output=output
FULL
Controls the output of the wrapper. Valid values are:
*FULL
*SIMPLE
*NONE