Sun GlassFish Enterprise Server v2.1.1 High Availability Administration Guide

Exporting the HTTP Load Balancer Configuration File

The load balancer plug-in available with Sun GlassFish Enterprise Server uses a configuration file called loadbalancer.xml. After configuring the load balancer, you can export the configuration details from domain.xml to the loadbalancer.xml file. You can do this using the Admin Console or the asadmin utility.

ProcedureTo Export the Load Balancer Configuration Using the Admin Console

  1. Navigate to the HTTP Load Balancers node and expand it.

  2. Click the desired load balancer.

    All the load balancer configuration details are displayed in the General, Settings and Target tabs.

  3. Open the Export tab and click Export now.

  4. Copy the exported load balancer configuration file to the web server’s configuration directory.

ProcedureTo Export the Load Balancer Configuration Using the asadmin tool

  1. Export a loadbalancer.xml file using the asadmin command export-http-lb-config.

    Export the loadbalancer.xml file for a particular load balancer configuration. You can specify a path and a different file name. If you don’t specify a file name, the file is named loadbalancer.xml. load-balancer-config-name. If you don’t specify a path, the file is created in the domain-dir/generated directory.

    To specify a path on Windows, use quotes around the path. For example, "C:\Sun\AppServer\loadbalancer.xml" .

  2. Copy the exported load balancer configuration file to the web server’s configuration directory.

    For example, for the Sun Java System Web Server, that location usually is web-server-root/config .

    The load balancer configuration file in the web server’s configuration directory must be named loadbalancer.xml. If your file has a different name, such as loadbalancer.xml. load-balancer-config-name, you must rename it.