Setting up Load Balancing
Before you set up load balancing, you need to install the load balancer
plug-in. For instructions on installing the load balancing plugin, see To Install the Load Balancing Plug-in (standalone) in Sun Java System Application Server 9.1 Installation Guide. These
procedures assume you are running a domain with cluster or enterprise profile.
To Set Up Load Balancing
-
Create a load balancer using the Admin Console. Alternatively,
you can use the asadmin create-http-lb(1) command.
-
Click the HTTP Load Balancers node in the Admin Console.
-
Click New.
-
Type lb1 as the name of the load balancer,
the host on which Web Server is installed, and the Web Server instance port.
In this sample scenarios Web Server host is localhost and the port is 38000.
-
Select the Apply Changes Automatically check box. If you choose
this option, you do not have to export the load balancer configuration. All
changes you make to the load balancer configuration are propagated automatically.
-
Select cluster1 as target.
Creating a Cluster explains how to create a sample
cluster (cluster1)
-
Click Save.
-
Enable cluster1 for load balancing:
asadmin enable-http-lb-server cluster1
-
Enable the clusterjsp application for load
balancing:
asadmin enable-http-lb-application clusterjsp.
See Also
For information on advanced topics, such as changing the load balancer
configuration or creating health checkers, see the Chapter 5, Configuring HTTP Load Balancing, in Sun Java System Application Server 9.1 High Availability Administration Guide.