Synchronization tab

On the Synchronization tab, define the properties required to use the export configuration to synchronize one server to another server or to all the servers in a cluster:

StepsBuilding an export configuration using the Management Console

  1. Highlight the export configuration, right-click, and select Build.

A JAR file is created, which contains the classes, entities, and files that are directly included in the export configuration, and its dependencies. Then the JAR file and a .properties file, which defines the JAR, are compressed into a .zip file.

StepsSynchronizing an export configuration using the Management Console

  1. Highlight the export configuration, right-click, and select Synchronize.

  2. In the wizard, specify the server to synchronize.

    The export configuration .zip file is copied to the /temp/sync subdirectory on the remote server, and the server is restarted.

    NoteThe user name and password must be the same on all the servers that you want to synchronize.

StepsBuilding or synchronizing an export configuration on the command line

  1. Change to the EAServer bin directory, and run:

    export-config -action action [-verbose] name
    

    where action is the action to perform (build or synchronize) and name is the name of an existing export configuration—see export-config.