- 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.
- Select the ORB node.
- Choose the thread pool the ORB uses from the Thread Pool ID drop-down list.
The ORB uses thread pools to respond to requests from remote clients of EJB modules and other clients that communicate via RMI-IIOP. For more information, see "Thread Pools in the Application Server" and "Creating Thread Pools".
- In the Max Message Fragment Size field, set the maximum fragment size for IIOP messages.
Messages larger than this size are fragmented.
- In the Total Connections field, set the maximum number of incoming connections for all IIOP listeners.
- Select the Required checkbox if IIOP client authentication is required.
- Click Save to save the changes, or Load Defaults to load the default values.
- Restart the server.