2.14.2 delete-iiop-listener
Removes an IIOP listener.
Synopsis
asadmin [asadmin-options] delete-iiop-listener [--help] [--target target] listener_id
Storage location
Application Server installation directory/javaee/glassfish/bin
Function
The delete-iiop-listener subcommand removes the specified IIOP listener.
This subcommand is supported in remote mode only.
Precondition
DAS has to be in a running state.
Arguments
- --help | -?
-
Displays the help text for the subcommand.
- --target target
-
Specifies the target from which you are deleting the IIOP listener.
Type: String
The following values can be specified:
-
server
Deletes the listener from the default server instance server and is the default value.
-
configuration_name
Deletes the listener from the named configuration.
-
cluster_name
Deletes the listener from every server instance in the cluster.
-
instance_name
Deletes the listener from a particular server instance.
Default value: server
-
- listener_id
-
Specifies the unique identifier for the IIOP listener to be deleted.
Type: String
The following values can be specified:
-
The unique identifier for the IIOP listener
Default value: N/A
-
Examples
The following command deletes the IIOP listener named sample_iiop_listener on the server instance instance1.
asadmin> delete-iiop-listener --target instance1 sample_iiop_listener
Exit Status
Exit Status |
Explanation |
---|---|
0 |
command executed successfully. |
1 |
error in executing the command. |