applicationManager - Application Manager (applicationManager)

Properties that control the behavior of the application manager

NameTypeDefaultDescription
autoExpandbooleanfalseEnables automatic extraction of WAR files and EAR files
startTimeoutA period of time with second precision30sSpecifies how long the server waits for an application to start before it considers it slow. Specify a positive integer followed by a unit of time, which can be hours (h), minutes (m), or seconds (s). For example, specify 30 seconds as 30s. You can include multiple values in a single entry. For example, 1m30s is equivalent to 90 seconds.
stopTimeoutA period of time with second precision30sSpecifies how long the server waits for an application to stop before it considers it slow. Specify a positive integer followed by a unit of time, which can be hours (h), minutes (m), or seconds (s). For example, specify 30 seconds as 30s. You can include multiple values in a single entry. For example, 1m30s is equivalent to 90 seconds.