Configuring 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 EJBs and from other CORBA-based clients. With the Admin Console, create new IIOP listeners and edit the settings of existing IIOP listeners.
To edit security properties for an IIOP listener, follow these steps.
- In the Admin Console tree component, expand the Configurations node.
- Expand 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 "Creating an IIOP Listener" to create a new listener.
- Follow the procedure in "Setting 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.
Equivalent asadmin
command: create-iiop-listener
See also:
Legal Notices