Oracle GlassFish Server 3.0.1 Administration Guide

ProcedureTo Delete an IIOP Listener

Use the delete-iiop-listener subcommand in remote mode to delete an IIOP listener.

  1. Ensure that the server is running.

    Remote subcommands require a running server.

  2. List the IIOP listeners by using the list-iiop-listeners(1) subcommand.

  3. Delete an IIOP listener by using the delete-iiop-listener(1) subcommand.

  4. To apply your changes, restart GlassFish Server.

    See To Restart a Domain.


Example 17–4 Deleting an IIOP Listener

This example deletes the IIOP listener named sample_iiop_listener.


asadmin> delete-iiop-listener sample_iiop_listener
 Command delete-iiop-listener executed successfully.

See Also

You can also view the full syntax and options of the subcommand by typing asadmin help delete-iiop-listener at the command line.