Sun Java System Web Server 7.0 Update 2 CLI Reference Manual
この本のみを検索
PDF 文書ファイルをダウンロードする (2046 KB)

list-virtual-servers(1)

NAME | Synopsis | Description | Options | Examples | Exit Status | See Also

NAME

    list-virtual-servers – lists all virtual servers

Synopsis

    list-virtual-servers <connect_options> [--echo|-e] [--no-prompt|-Q] 
    [--verbose|-v] [--all|-l] --config|-c name
    

Description

    Use this command to list all virtual servers.

Options

    For connect_options description, see help(1).

    --echo|-e

    Specify this option to print this command on the standard output before executing. This option also prints the default value for all the non-mandatory options that you do not provide 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.

    --all|-l

    If you specify this option, the command displays additional columns of information.

    --config|-c

    Specify the name of the configuration where the virtual servers exist.

Examples


    wadm list-virtual-servers --user=admin --host=serverhost
    --password-file=../admin.passwd  --port=8989 --ssl=true 
    --no-prompt --rcfile=null --config=config1
    

Exit Status

    The following exit values are returned:

    0

    command executed successfully

    >0

    error in executing the command

See Also

SJS Web Server Last Revised March 2007

NAME | Synopsis | Description | Options | Examples | Exit Status | See Also