Use the ORB page to configure the Object Request Broker.
The ORB provides the required infrastructure to identify and locate objects, handle connection management, deliver data, and request communication. Remote clients of enterprise beans (EJB modules) communicate with the GlassFish Server using the ORB.
The ORB page contains the following options.
Button to restore settings that have default values to their default values. Settings that do not have default values are not changed.
The name of the configuration to which the settings on this page apply. This field is read only.
The thread pool used by the ORB. 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.
The maximum fragment size for IIOP messages. Messages larger than this size are fragmented. The default value is 1024 bytes.
The maximum number of incoming connections for all IIOP listeners. The default value is 1024.
If the Enabled checkbox is selected, the server rejects unauthenticated requests and inserts an authentication-required bit in Interoperable Object References (IORs) sent to clients. IIOP client authentication can be enabled or disabled. This option is disabled by default.
Additional properties for the ORB. The GlassFish Serverdoes not define any additional properties for the ORB.