Oracle GlassFish Server Reference Manual Release 3.1.2 Part Number E24938-01 |
|
|
View PDF |
removes HTTP parameters from a protocol
delete-http [--help] [--target target] protocol-name
The delete-http
subcommand removes the specified HTTP parameter set from a protocol. This subcommand is supported in remote mode only.
--help
-?
Displays the help text for the subcommand.
--target
Deletes the HTTP parameter set only from the specified target. Valid values are as follows:
server
Deletes the HTTP parameter set from the default server instance. This is the default value.
Deletes the HTTP parameter set from the specified configuration.
Deletes the HTTP parameter set from all server instances in the specified cluster.
Deletes the HTTP parameter set from the specified standalone server instance.
The name of the protocol from which to delete the HTTP parameter set.
The following command deletes the HTTP parameter set from a protocol named http-1
:
asadmin> delete-http http-1
Command delete-http executed successfully.
command executed successfully
error in executing the command