Sun Java System Web Server 7.0 CLI Reference Manual
검색에만이 책은
PDF로 이 문서 다운로드 (1944 KB)

set-dav-collection-prop(1)

NAME | SYNOPSIS | DESCRIPTION | OPTIONS | OPERANDS | EXAMPLES | EXIT STATUS | SEE ALSO

NAME

    set-dav-collection-prop– edits the DAV collection properties

SYNOPSIS

    set-dav-collection-prop <connect_options> [--echo|-e] [--no-prompt|-Q] [--verbose|-v] --config|-c name --vs|-s name --uri|-r uri (propertyname=value)+

DESCRIPTION

    Use this command to edit the DAV collection properties. You can edit the following properties:

    • enabled - Indicates whether WebDAV is enabled for the collection at runtime. The default value is true.

    • default-owner - The name of the default owner of the resources.

    • uri - The existing root URI on which WebDAV should be enabled.

    • source-uri - The new URI that the clients can use to access the source code of content.

    • min-lock-timeout - The minimum time (in seconds) for WebDAV locks to expire. The range of values is 0.001 - 3600, or -1 to not enforce a minimum.

    • max-xml-request-body-size - The maximum size (in bytes) allowed for WebDAV XML request bodies. The range of values is 0 - 2147483647, or -1 for no limit.

    • max-propfind-depth - The maximum depth of PROPFIND requests sent to the collections. The values can be 0, 1, or infinity.

    • max-expand-property-depth - The maximum depth allowed for WebDAV expand-property REPORT responses. The range of values is 0 - 100.

    • max-report-response-elements - The upper limit of the number of response elements a REPORT response body can have. The range of values is 0 - 2147483647. The default value is 1000.

    • auth-auth-db-name - The ACL authentication database to use. The default value is default.

    • auth-method - The authentication method to use. The values can be basic, digest, or ssl. The default value is basic.

    • auth-prompt - The prompt that will be displayed to clients during authentication. The default value is Sun Java System Web Server WebDAV.

    • acl-db-max-size - The maximum size (in bytes) of the memory representation of the WebDAV ACL database for a collection. If this memory limit is exceeded, the server will not cache the WebDAV ACL lists. The range of values is 0 - 2147483647, or -1 for no limit.

    • acl-db-max-entries - The maximum number of ACEs to allow on a single resource. The range of values is 0 - 2147483647, or -1 for no limit.

    • acl-db-update-interval - The interval (in seconds) at which WebDAV ACL databases are synchronized to disk. The range of values is 0.001 - 3600, or 0 to disable caching of WebDAV ACL lists.

    • property-db-max-size - The maximum size (in bytes) of WebDAV property database files. The range of values is 0 - 2147483647, or -1 for no limit.

    • property-db-update-interval - The interval (in seconds) at which WebDAV property databases are synchronized to disk. The range of values is 0.001 - 3600, or 0 to disable caching of WebDAV properties.

    • lock-db-path - The path of the WebDAV lock database.

    • lock-db-update-interval - The interval (in seconds) at which the WebDAV lock databases are synchronized to disk. The range of values is 0.001 - 3600, or 0 to disable caching of WebDAV lock information.

OPTIONS

    For connect_options description, see help(1).

    --echo|-e

    Specify this option to print this command on the standard output before executing. Also, prints the default value for all the non-mandatory options that you have not provided in the command.

    --no-prompt|-Q

    If you specify this option, wadm will not prompt you for passwords while executing this command. Use this option if you have defined all passwords in a password file and specified the file using the --password-file connect_option.

    --verbose|-v

    Specify this option to display a verbose output.

    --config|-c

    Specify the name of the configuration where this DAV collection exists.

    --vs|-s

    Specify the name of the virtual server.

    --uri|-r

    Specify the URI through which the content is accessed.

OPERANDS

    propertyname=value

    Specify the name and value of the DAV collection property that you want to edit.

EXAMPLES


    wadm set-dav-collection-prop --user=admin --password-file=admin.pwd 
    --host=serverhost --port=8989 --config=config1 --vs=config1_vs_1 
    --uri=/dav_config1 min-lock-timeout=1
    

EXIT STATUS

    The following exit values are returned:

    0

    command executed successfully

    >0

    error in executing the command

SEE ALSO

Sun Java System Web Server Last Revised Nov 2006

NAME | SYNOPSIS | DESCRIPTION | OPTIONS | OPERANDS | EXAMPLES | EXIT STATUS | SEE ALSO