Sun Java System Web Server 7.0 CLI Reference Manual
  Search only this book
Download this book in PDF (1944 KB)

reconfig-instance(1)

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

NAME

    reconfig-instance– reconfigures server instances

SYNOPSIS

    reconfig-instance <connect_options> [--echo|-e] [--no-prompt|-Q] [--verbose|-v] --config|-c name (nodehost)*

DESCRIPTION

    Use this command to reconfigure server instances. Configuration changes are reflected on instances without a server restart. Only dynamically reconfigurable changes in the configuration will be effected.

    Changes in the user, temp-path, log, thread-pool, pkcs11, stats, cgi, dns, dns-cache, file-cache, acl-cache, ssl-session-cache, access-log-buffer, and jvm [except log-level] settings will not come in to effect after a reconfiguration. Any such changes that require restart will be logged when a reconfiguration is done. Reconfiguring the file cache requires a server restart.

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.

OPERANDS

    nodehost

    Specify the name of the node.

EXAMPLES


    wadm reconfig-instance --user=admin --password-file=admin.pwd 
    --host=serverhost --port=8989 --config=config1 node1
    

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