Sun Java System Web Server 7.0 CLI Reference Manual
只搜寻这本书
以 PDF 格式下载本书 (1944 KB)

create-dav-collection(1)

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

NAME

    create-dav-collection– creates DAV collections

SYNOPSIS

    create-dav-collection <connect_options> [--echo|-e] [--no-prompt|-Q] [--verbose|-v] [--provider|-o type] [--lock-db-path|-l name] [--lock-db-update-interval|-k interval] [--property-db-update-interval|-T time] [--property-db-max-size|-d size] [--min-lock-timeout|-m time] [--max-xml-request-body-size|-x time] [--max-propfind-depth|-D depth] [--max-report-response-elements|-a size] [--max-expand-property-depth|-E depth] [--auth-auth-db-name|-A name] [--auth-prompt|-P text] [--auth-method|-M basic/digest/ssl] [--acl-db-max-entries|-b max-aces] [--acl-db-update-interval|-L seconds] [--acl-db-max-size|-z size] [--no-enabled|-n] [--source-uri|-S uri] --vs|-s name --uri|-r uri --config|c name

DESCRIPTION

    Use this command to create a DAV (Distributed Authoring and Versioning) collection. A DAV collection is a resource or set of resources that are enabled for WebDAV operation. WebDAV operation includes web publishing and collaborative authoring, namespace management, and metadata management.

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.

    --source-uri|-S

    Specify the URI that DAV clients can use to access the source code of the content.

    --no-enabled|-n

    If you specify this option, this DAV collection is disabled at runtime.

    --provider|-o

    Specify the name of the provider that manages this collection.

    --lock-db-path|-l

    Specify the directory where the DAV lock database is stored.

    --lock-db-update-interval|-k

    Specify the interval (in seconds) at which the DAV lock information is written to the disk.

    --min-lock-timeout|-m

    Specify the minimum expiration time (in seconds) for DAV locks.

    --property-db-update-interval
    -T

    Specify the interval (in seconds) at which the WebDAV file properties are written to the disk.

    --property-db-max-size|-d

    Specify the maximum size (in bytes) of the WebDAV file property database files.

    --max-xml-request-body-size
    -x

    Specify the maximum size (in bytes) allowed for WebDAV XML request bodies.

    --max-propfind-depth|-D

    Specify the maximum depth of the PROPFIND requests sent to collections.

    --max-report-response-elements
    -a

    Specify the maximum size (in bytes) allowed for the WebDAV report response.

    --max-expand-property-depth
    -E

    Specify the maximum depth allowed for WebDAV expand property report responses.

    --auth-auth-db-name|-A

    Specify the name of the authentication database.

    --auth-prompt|-P

    Specify an authentication prompt.

    --auth-method|-M

    Specify an authentication method. The method can be basic, digest, or ssl.

    --acl-db-max-entries|-b

    Specify the maximum entries that can exist in the access control list (ACL) database.

    --acl-db-update-interval|-L

    Specify the interval (in seconds) at which the Access Control List (ACL) database will be updated.

    --acl-db-max-size|-z

    Specify the maximum size of the Access Control List (ACL) database.

    --config|-c

    Specify the name of the configuration for which you want to create a DAV collection.

    --vs|-s

    Specify the name of the virtual server.

    --uri|-r

    Specify the URI through which the content is accessed.

EXAMPLES


    wadm create-dav-collection --user=admin --password-file=admin.pwd 
    --host=serverhost --port=8989 --config=config1 --vs=config1_vs_1 
    --uri=/dav_config1 --source-uri=/dav_config1
    

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 | EXAMPLES | EXIT STATUS | SEE ALSO