apply-http-lb-changes
This subcommand has been retained from Oracle GlassFish’s original integration with external load balancers, but it has no proper integration functionality in Payara Server. Hence, it is not intended to be used in any way. The documentation in this page may not be accurate. |
Applies load balancer configuration changes to the load balancer.
Description
Use the apply-http-lb-changes
subcommand to apply the changes in the load balancer configuration to the physical load balancer. The load balancer must already exist. To create a physical load balancer, use the create-http-lb
subcommand.
Context
The Load Balancer distributes the workload among multiple Payara Server instances , increasing the overall throughput of the system. The Load Balancer also enables requests to failover from one server instance to another. For HTTP session information to persist, configure HTTP session persistence.
Options
- asadmin-options
-
Options for the
asadmin
utility. For information about these options, see theasadmin
help page. --help
-?
-
Displays the help text for the subcommand.
Operands
- lb-name
-
The name of the load balancer to which changes are applied. The load balancer must already exist. You can create it with the
create-http-lb
subcommand.
Examples
Example 1 Using the apply-http-lb-changes
subcommand
This example applies configuration changes to a load balancer named mylb
.
asadmin> apply-http-lb-changes mylb
Command apply-http-lb-changes executed successfully.