Sun GlassFish Enterprise Server v3 Administration Guide

ProcedureTo Create an IIOP Listener

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

  1. Ensure that the server is running.

    Remote subcommands require a running server.

  2. Create an IIOP listener by using the create-iiop-listener(1) subcommand.

    Information about the properties for the subcommand is included in this help page.

  3. To apply your changes, restart Enterprise Server.

    See To Restart a Domain.


Example 17–1 Creating an IIOP Listener

This example creates an IIOP listener named sample_iiop_listener.


asadmin> create-iiop-listener --listeneraddress 192.168.1.100
--iiopport 1400 sample_iiop_listener
Command create-iiop-listener executed successfully.

See Also

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