+

Search Tips   |   Advanced Search

Application Manager (applicationManager)

Properties that control the behavior of the application manager

Name Type Default Description
autoExpand boolean false Enables automatic extraction of WAR files and EAR files
expandLocation Path to a directory ${server.config.dir}/apps/expanded/ The expandLocation attribute enables a user to set the location where the autoExpanded application is located. The default location is ${server.config.dir}/apps/expanded/. The same expandLocation location cannot be shared among multiple servers.
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. We 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. We can include multiple values in a single entry. For example, 1m30s is equivalent to 90 seconds.
useJandex boolean Enables use of Jandex index files if they are supplied in the application