Oracle GlassFish Server Reference Manual Release 3.1.2 Part Number E24938-01 |
|
|
View PDF |
enables a previously-disabled application managed by a load balancer
enable-http-lb-application [--help] --name application_name target
The enable-http-lb-application
subcommand enables load balancing for applications deployed on a standalone instance or cluster. You can enable load balancing for an application on all instances in a cluster, or on a single standalone server instance. By default, load balancing is enabled for applications.
Note:
This subcommand is only applicable to Oracle GlassFish Server. This subcommand is not applicable to GlassFish Server Open Source Edition.
--help
-?
Displays the help text for the subcommand.
--name
The name of the application to be enabled.
This operand specifies on which server instance or cluster to enable the application. Valid values are:
cluster_name- The name of a target cluster.
instance_name- The name of a target server instance.
This example enables an application named webapps-simple
to use load balancing on a cluster named mycluster
.
asadmin> enable-http-lb-application --name webapps-simple mycluster
Command enable-http-lb-application executed successfully.
subcommand executed successfully
error in executing the subcommand