+

Search Tips   |   Advanced Search

Configure a Liberty collective using the developer tools

Use the Liberty profile Utilities menu in the developer tools, we can create a collective controller or join a collective.

Use the developer tools simplifies the process of configuring a Liberty collective by providing convenient utilities for creating collective controllers or joining collectives. For more information about Liberty collectives, see Configure a Liberty collective.

  1. Create a collective controller:

    Create a collective controller can be done only with the following editions:

    • WebSphere Application Server Liberty Network Deployment

    • WebSphere Application Server Liberty for z/OS

    1. In the Servers view, right-click the Liberty profile server, and select Utilities > Create Collective Controller.

    2. In the Keystore password field, type a password for the collective.

    3. Click Finish.

    Results:

    An information dialog appears after the collective configuration is complete. This dialog informs you that server.xml was already updated to include the generated configuration file. If there are instructions to add the configuration lines to the server.xml in the console output, they can be ignored. However, Administrative Security and other settings might still need to be configured within the included configuration file before any collective members can join.

  2. Joining a collective controller:

    We must have a collective controller available before a server can be added to a collective. Joining a collective can be done with the following editions:

    • WebSphere Application Server Liberty

    • WebSphere Application Server Liberty - Express

    • WebSphere Application Server Liberty Core

    1. In the Servers view, right-click the Liberty profile server, and select Utilities > Join Collective.

    2. On the Join Collective page, specify the information of the collective controller we would like to join.

    3. In the Host field, type in the host name for the collective controller.

    4. In the Port field, type in the port number for the collective controller.

    5. In the User field, type in the user name for the collective controller.

    6. In the Password field, type in the password for the collective controller.

    7. In the Keystore password field, type the keystore password for the collective controller if encryption was used.

    8. Click Finish.

    Results:

    An information dialog appears after the collective configuration is complete. This dialog informs you that server.xml was already updated to include the generated configuration file. If there are instructions to add the configuration lines to the server.xml in the console output, they can be ignored.


Parent topic: Configure a Liberty collective