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

Duplicating a Server Configuration

You can copy a server configuration and create a new configuration. The newly copied configuration is identical to the existing configuration. However, the new configuration will not have any instance even though the configuration from which it has been copied has instances.

To duplicate a configuration, perform the following tasks:

  1. Click the Configuration tab..

  2. Select the configuration from the list.

  3. Click the Duplicate button..

  4. In the pop-up window, enter the new configuration name and click OK.


Note –

Using CLI

To perform the action through CLI, execute the following command:


wadm> copy-config --user=admin --password-file=admin.pwd --host=serverhost 
--port=8989 --config=config1 copyconfig1

copyconfig1 is the name of the new configuration.

See CLI Reference, copy-config(1).