Sun Java System Web Server 7.0 Update 5 Administrator's Guide

Duplicating a Virtual Server

To duplicate a virtual server, perform the following task:

ProcedureTo Duplicate a Virtual Server

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

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

  3. Click,Copy and provide a name for the new virtual server.


    Note –

    Using CLI

    To duplicate 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).