Allows configuration of an additional location where deployment
content can be stored.
Reference to a filesystem path defined in the "paths" section
of the server configuration.
The actual filesystem path. Treated as an absolute path, unless the
'relative-to' attribute is specified, in which case the value
is treated as relative to that path.
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.
Flag indicating that all scanning (including initial scanning at startup)
should be disabled.
Controls whether zipped deployment content should be automatically deployed by
the scanner without requiring the user to add a .dodeploy marker file.
Controls whether zipped deployment content should be automatically deployed by
the scanner without requiring the user to add a .dodeploy marker file. Setting
this to 'true' is not recommended for anything but basic development scenarios,
as there is no way to ensure that deployment will not occur in the middle of
changes to the content.
Timeout used. in seconds, for deployment operations. If an individual deployment operation
takes longer than this timeout it will be canceled and marked as failed.