Sun Java System Web Server 7.0 CLI Reference Manual
  Rechercher uniquement dans ce livre
Télécharger cet ouvrage au format PDF (1944 Ko)

enable-dav-collection(1)

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

NAME

    enable-dav-collection– enables the dav collection

SYNOPSIS

    enable-dav-collection <connect_options> [--echo|-e] [--no-prompt|-Q] [--verbose|-v] [--vs|-s name] --config|-c name --uri|-r uri

DESCRIPTION

    Use this command to enable the WebDAV collection.

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.

    --vs|-s

    Specify the name of the virtual server in which this WebDAV collection is present.

    --config|-c

    Specify the name of the configuration.

    --uri|-r

    Specify the URI through which the content is accessed.

EXAMPLES


    wadm enable-dav-collection --user=admin --password-file=admin.pwd 
    --host=serverhost --port=8989 --config=config1 --vs=config1_vs1 
    --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