Sun Java System Web Server 7.0 Administrator's Guide

ProcedureTo Duplicate a Virtual Server

  1. Select the Configuration.

    Select the configuration from the configuration list. Click Configurations tab to get the list of available configurations.

  2. Select the Virtual Server.

    Select the virtual server from the virtual server list. Click Virtual Servers tab to get the available virtual servers for the selected configuration.

  3. Click Copy button.

    Provide a name for the new virtual server.


    Note –

    Using CLI

    For duplicating a virtual server through CLI, execute the following command:


    wadm> copy-virtual-server --user=admin --password-file=admin.pwd --host=serverhost 
    --port=8989 --config=config1 --vs=config1_vs_1 copiedVs

    copiedVS is the name of the new virtual server.

    See CLI Reference, copy-virtual-server(1).