To create an IIOP listener
- In the tree component, expand the Configurations node.
- Select the instance to configure:
- To configure a particular instance, select the instance’s config node. For example, for
the default instance, server, select the server-config node.
- To configure the default settings for future instances that use a copy of
default-config, select the default-config node.
- Expand the ORB node.
- Select IIOP Listeners.
- Click New.
- Enter a name to identify the listener in the Name field.
- Enter the network address of the listener in the Network Address field.
You can type an IP address or a DNS resolvable host name.
- In the Listener Port field, enter the port number upon which the listener
is to listen.
- Check the Enabled box in the Listener field to enable the listener.
- In the Additional Properties area, provide values for properties required by applications.
- Do one of the following:
- To create a listener that is not secure, click OK.
- To create a secure listener, do the following:
- Check the Enabled box in the Security field.
- To force clients to authenticate themselves to the server when using this listener,
check the Enabled box in the Client Authentication field.
- Enter the name of an existing server key pair and certificate in the
Certificate NickName field.
- In the SSL3/TLS section:
- Check the security protocol(s) to enable on the listener. Check either SSL3 or
TLS, or enable both protocols.
- Check the cipher suite used by the protocol(s).
To enable all cipher suites, check All Supported Cipher Suites. You can also enable
individual cipher suites.
- Click OK.
The listener is now listed in the Current Listeners table on the IIOP
Listeners page.
More Information
Equivalent asadmin commands
create-iiop-listener and create-ssl
See Also