Configuration

In the VMware GemFire® Management Console™, use the Configuration tab to view cluster configurations and deployed JAR files, and to deploy JAR files.

cluster configuration pane showing no configuration and two JAR files, exampleFunctionA and exampleFunctionB, both deployed to server1 and server2


View and Export Cluster Configurations

The Cluster Config section of the Configuration tab displays cluster configuration that contains the cache.xml files, gemfire.properties files, and application JAR files needed to configure and operate the cluster.

To export the cluster configuration:

  1. Click the download icon next to Cluster Config. The cluster configuration is downloaded as a ZIP file.

'Cluster Config' section of cluster configuration pane with arrow pointing to Download icon


Deploy a JAR File

In the Deployed JARs section of the Configuration tab, use the Deploy JAR button to deploy JAR files to all members in your cluster.

To deploy a JAR:

  1. On the right side of the Deployed JARs section of the Configuration tab, click Deploy JAR button.

    'Cluster Config' section of cluster configuration pane with arrow pointing to Deploy JAR

  2. Browse to and select the JAR file to deploy. Click Open. Once deployed, you see a confirmation screen showing the name and location of the deployed file. Click Close.


View Deployed JAR Files

The Deployed JARs section of the Configuration tab displays the following information about each of the JAR files deployed to the cluster:

  • Deployed JAR: The name of the JAR file.
  • Member: The members where the JAR file is deployed.
  • JAR Location: The deployment location of the JAR file. The VMware GemFire property deploy-working-dir configured for a member describes the deployment location for JAR files are written for that member. When you deploy a JAR file, the name of the JAR file is modified to indicate version information in its name. Each JAR filename contains a version number inserted just before the .jar suffix.

For more information, see Deploying Application JARs to VMware GemFire Members in the VMware GemFire documentation.


Undeploy a JAR File

To undeploy a JAR file:

  1. In the Deployed JARs section of the Configuration tab, locate the JAR file to undeploy.

  2. For the JAR file that you want to unregister, click the three vertically aligned dots located to the left of the name of the JAR file.

    vertical dots to the left of the name of the JAR

  3. Select Undeploy.

  4. In the Undeploy confirmation window, confirm that the name of the function is correct, then click Undeploy JAR.

Note: Undeploying a JAR file does not unload any classes that were loaded during deployment of the JAR file. To unload the classes, restart the members.

check-circle-line exclamation-circle-line close-line
Scroll to top icon