Sun Java System Web Server 7.0 Update 6 Administrator's Configuration File Reference

dav-collection

The dav-collection element configures a WebDAV collection. This element may appear zero or more times within the virtual-server element. For more information, see virtual-server.

Subelements

The dav-collection element can contain the following subelements:

Table 3–15 List of dav–collection Subelements

Element 

Occurrences 

Description 

enabled

0 or 1 

Determines whether WebDAV is enabled at runtime. The default value is true.

default-owner

0 or 1 

The name of the default owner of the resource. 

uri

The existing root URI on which the WebDAV should be enabled. 

source-uri

0 or 1 

The URI which the WebDAV clients can use to access the source code of content. 

min-lock-timeout

0 or 1 

The minimum expiration time (in seconds) for WebDAV locks. The value can be from 0.001 to 3600, or –1 for no limit. 

max-xml-request-body-size

0 or 1 

The maximum size (in bytes) allowed for WebDAV XML request bodies. The value can be from 0 to 2147483647, or -1 for no limit. 

max-propfind-depth

0 or 1 

The maximum depth of PROPFIND requests sent to collections. The value can be 0, 1, or infinity.

max-expand-property-depth

0 or 1 

The maximum depth allowed for WebDAV expand-property REPORT responses. The value can be from 0 to 100.

max-report-response-elements

0 or 1 

The maximum number of response elements a REPORT response body can have. The value can be from 0 to 2147483647. The default value is 1000.

auth

0 or 1 

Configures the WebDAV Access Control Protocol authentication. For more details, see auth.

acl-db

0 or 1 

Configures the WebDAV Access Control Protocol ACL database. For more details, see acl-db.

lock-db

0 or 1 

Configures the WebDAV lock database. For more details, see lock-db.

property-db

0 or 1 

Configures the WebDAV property database. For more details, see property-db.

description

0 or 1 

The description of the WebDAV collection. 

See Also