To configure security for IIOP listeners
The Application Server supports CORBA (Common Object Request Broker Architecture) objects, which
use the Internet Inter-Orb Protocol (IIOP) to communicate across the network. An
IIOP listener accepts incoming connections from remote clients of EJB components and from
other CORBA-based clients. With the Admin Console, create new IIOP listeners and edit
the settings of existing IIOP listeners.
- Expand the Configurations node.
- Select the instance to configure:
- To configure a particular instance, expand the instance’s config node. For example,
the default instance, server, expand the server-config node.
- To configure the default settings for all instances, expand the default-config node.
- Expand the ORB node.
- Select the IIOP Listeners node.
- Select an IIOP listener to edit that listener or click New and
follow the procedure in To create an IIOP listener to create a new listener.
- Follow the procedure in To set listener security properties to set security properties.
- Click Save to save the changes, or click Load Defaults to restore
the properties to their default values.
If a new listener was created, it will now be listed in
the Current Listeners table on the IIOP Listeners page.
More Information
Equivalent asadmin command
create-iiop-listener
See Also