The configuration of the deployment scanner subsystem.
Name | Dynamic | Other provider points |
---|---|---|
org.wildfly.management.deployment-scanner | true |
none |
Type | BOOLEAN |
Default Value | false |
Is the attribute nillable? | true |
Does the attribute allow expression? | true |
Where is the attribute stored? | configuration |
Access Type | read-write |
Is restarted required? | no-services |
Stability Level | default |
Raw DMR model |
|
Type | BOOLEAN |
Default Value | true |
Is the attribute nillable? | true |
Does the attribute allow expression? | true |
Where is the attribute stored? | configuration |
Access Type | read-write |
Is restarted required? | no-services |
Stability Level | default |
Raw DMR model |
|
Type | BOOLEAN |
Default Value | true |
Is the attribute nillable? | true |
Does the attribute allow expression? | true |
Where is the attribute stored? | configuration |
Access Type | read-write |
Is restarted required? | no-services |
Stability Level | default |
Raw DMR model |
|
Type | LONG |
Default Value | 600 |
Is the attribute nillable? | true |
Does the attribute allow expression? | true |
Where is the attribute stored? | configuration |
Access Type | read-write |
Is restarted required? | no-services |
Stability Level | default |
Raw DMR model |
|
Type | STRING |
Does the attribute allow expression? | true |
Where is the attribute stored? | configuration |
Access Type | read-write |
Is restarted required? | no-services |
Stability Level | default |
Raw DMR model |
|
Type | STRING |
Is the attribute nillable? | true |
Where is the attribute stored? | configuration |
Access Type | read-write |
Is restarted required? | no-services |
Stability Level | default |
Raw DMR model |
|
Type | BOOLEAN |
Default Value | false |
Is the attribute nillable? | true |
Does the attribute allow expression? | true |
Where is the attribute stored? | configuration |
Access Type | read-write |
Is restarted required? | no-services |
Stability Level | default |
Raw DMR model |
|
Type | BOOLEAN |
Default Value | true |
Is the attribute nillable? | true |
Does the attribute allow expression? | true |
Where is the attribute stored? | configuration |
Access Type | read-write |
Is restarted required? | no-services |
Stability Level | default |
Raw DMR model |
|
Type | INT |
Default Value | 0 |
Is the attribute nillable? | true |
Does the attribute allow expression? | true |
Where is the attribute stored? | configuration |
Access Type | read-write |
Is restarted required? | no-services |
Stability Level | default |
Raw DMR model |
|
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
auto-deploy-exploded | BOOLEAN | false | true | false | Allows the automatic deployment of exploded content without requiring a .dodeploy marker file. Recommended for only basic development scenarios to prevent exploded application deployment from occurring during changes by the developer or operating system. |
auto-deploy-xml | BOOLEAN | false | true | true | Allows automatic deployment of XML content without requiring a .dodeploy marker file. |
auto-deploy-zipped | BOOLEAN | false | true | true | Allows automatic deployment of zipped content without requiring a .dodeploy marker file. |
deployment-timeout | LONG | false | true | 600 | The time value in seconds for the deployment scanner to allow a deployment attempt before being cancelled. |
path | STRING | true | true | The actual filesystem path to be scanned. Treated as an absolute path, unless the 'relative-to' attribute is specified, in which case the value is treated as relative to that path. | |
relative-to | STRING | false | false | Reference to a filesystem path defined in the "paths" section of the server configuration. | |
runtime-failure-causes-rollback | BOOLEAN | false | true | false | Flag indicating whether a runtime failure of a deployment causes a rollback of the deployment as well as all other (maybe unrelated) deployments as part of the scan operation. |
scan-enabled | BOOLEAN | false | true | true | Flag indicating if all scanning (including initial scanning at startup) is enabled. |
scan-interval | INT | false | true | 0 | Periodic interval, in milliseconds, at which the repository should be scanned for changes. A value of less than 1 indicates the repository should only be scanned at initial startup. |
Raw DMR model |
|
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
unit | STRING | false | false | BYTES | Disk space unit to display disk usage. |
{
"used-space" => {
"type" => DOUBLE,
"description" => "The total size of the contents of a filesystem path.",
"expressions-allowed" => false,
"required" => true,
"nillable" => false,
"unit" => "BYTES",
"stability" => "default"
},
"creation-time" => {
"type" => STRING,
"description" => "The creation time of a filesystem path.",
"expressions-allowed" => false,
"required" => true,
"nillable" => false,
"min-length" => 1,
"max-length" => 2147483647,
"stability" => "default"
},
"last-modified" => {
"type" => STRING,
"description" => "The last modified time of a filesystem path.",
"expressions-allowed" => false,
"required" => true,
"nillable" => false,
"min-length" => 1,
"max-length" => 2147483647,
"stability" => "default"
},
"resolved-path" => {
"type" => STRING,
"description" => "The resolved filesystem path.",
"expressions-allowed" => false,
"required" => true,
"nillable" => false,
"min-length" => 1,
"max-length" => 2147483647,
"stability" => "default"
},
"available-space" => {
"type" => DOUBLE,
"description" => "The total size of available space for the partition containing a filesystem path.",
"expressions-allowed" => false,
"required" => true,
"nillable" => false,
"unit" => "BYTES",
"stability" => "default"
}
}
Raw DMR model |
|
Raw DMR model |
|
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
relative-to-only | BOOLEAN | false | false | Indicates whether only the relative-to attribute should be resolved or the full path should be resolved. The default is false meaning the entire path will be resolved. |
Raw DMR model |
|
Raw DMR model |
|
Galleon features are to be used when creating Galleon feature-packs.
<feature spec="subsystem.deployment-scanner.scanner">
<param name="scanner" value="{resource name}"/>
<param name="auto-deploy-exploded" value="{value}"/>
<param name="auto-deploy-xml" value="{value}"/>
<param name="auto-deploy-zipped" value="{value}"/>
<param name="deployment-timeout" value="{value}"/>
<param name="path" value="{value}"/>
<param name="relative-to" value="{value}"/>
<param name="runtime-failure-causes-rollback" value="{value}"/>
<param name="scan-enabled" value="{value}"/>
<param name="scan-interval" value="{value}"/>
<feature/>