Configuring an ORB service using scripting
You can use the wsadmin tool to configure an Object Request Broker (ORB) service in your environment. An ORB manages the interaction between clients and servers, using the Internet InterORB Protocol (IIOP). It enables clients to make requests and receive responses from servers in a network-distributed environment.
About this task
There are two ways to perform this task. Complete the
steps in this topic to use the AdminConfig object to modify your ORB
configuration. Alternatively, you can use the configureORBService
Jython script in the AdminServerManagement script library to configure
settings for the ORB service. The wsadmin tool automatically loads
the script when the tool starts. Use the following syntax to configure
JVM settings using the configureORBService script:
AdminServerManagement.configureORBService(nodeName, serverName, requestTimeout, requestRetriesCount,
requestRetriesDelay, connectionCacheMax, connectionCacheMin, locateRequestTimeout, otherAttributeList)For
additional information and argument definitions, see the documentation
for the AdminServerMananagment script library.