en.help.task-orb.html Maven / Gradle / Ivy
To Configure the ORB
- In the tree component, expand the Configuration node.
- Select the ORB node.
The ORB page opens.
- 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
enterprise beans and other clients that communicate by using RMI-IIOP. The default thread
pool for the ORB is thread-pool-1, which uses defaults appropriate for RMI/IIOP requests.
See Thread Pools for more information.
- From the Max Message Fragment Size drop-down list, select the maximum fragment size
for IIOP messages.
Messages larger than this size are fragmented. The default value is 1024 bytes.
- In the Total Connections field, set the maximum number of incoming connections for
all IIOP listeners.
The default value is 1024.
- Select the IIOP Client Authentication Required checkbox to specify that IIOP client authentication
is required.
If IIOP client authentication is enabled, the server rejects unauthenticated requests and inserts
an authentication-required bit in Interoperable Object References (IORs) sent to clients. This option is
disabled by default.
- (Optional) In the Additional Properties area, specify additional properties.
The Enterprise Serverdoes not define any additional properties for the ORB.
- To add a property, click the Add Property button. In the blank row
that appears, type the property name in the Name field, and type
the property value in the Value field.
- To modify a property, edit that property's Value field.
- To delete a property, select the checkbox to the left of the
Name field of the property that you are deleting, then click the Delete
Properties button.
- Click Save.
Tip - To return to the default settings, click the Load Defaults button, then click
Save.
- Restart the Enterprise Server.
See Also