This topic applies to WebSphere Application Server Liberty V8.5.5.9 and earlier. For the latest Liberty topics, see the WebSphere Application Server Liberty documentation.
Application Manager (applicationManager)
Properties that control the behavior of the application manager
Attribute name | Data type | Default value | Description |
---|---|---|---|
autoExpand | boolean | false | Enables automatic extraction of WAR files and EAR files |
startTimeout | A period of time with second precision | 30s | Specifies 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. |
stopTimeout | A period of time with second precision | 30s | Specifies 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. |