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