Oracle GlassFish Server Reference Manual Release 3.1.2 Part Number E24938-01 |
|
|
View PDF |
removes an IIOP listener
delete-iiop-listener [--help] [--target target] listener_id
The delete-iiop-listener
subcommand removes the specified IIOP listener. This subcommand is supported in remote mode only.
--help
-?
Displays the help text for the subcommand.
--target
Specifies the target from which you are deleting the IIOP listener. Valid values are
server
Deletes the listener from the default server instance server
and is the default value.
Deletes the listener from the named configuration.
Deletes the listener from every server instance in the cluster.
Deletes the listener from a particular server instance.
The unique identifier for the IIOP listener to be deleted.
The following command deletes the IIOP listener named sample_iiop_listener
:
asadmin> delete-iiop-listener sample_iiop_listener
Command delete-iiop-listener executed successfully.
command executed successfully
error in executing the command