All Downloads are FREE. Search and download functionalities are using the official Maven repository.

en.help.task-orb.html Maven / Gradle / Ivy




To Configure the ORB

  1. In the tree component, expand the Configuration node.
  2. Select the ORB node.

    The ORB page opens.

  3. 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.

  4. 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.

  5. In the Total Connections field, set the maximum number of incoming connections for all IIOP listeners.

    The default value is 1024.

  6. 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.

  7. (Optional) In the Additional Properties area, specify additional properties.

    The GlassFish 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.
  8. Click Save.

    Tip - To return to the default settings, click the Load Defaults button, then click Save.


  9. Restart the GlassFish Server.
See Also
Copyright © 2010 Oracle and/or its affiliates. All rights reserved. Legal Notices




© 2015 - 2024 Weber Informatics LLC | Privacy Policy