To resolve the incompatibility of the ORB code set, the object request broker (ORB) has to be configured.
Before you begin
You must start the WebSphere® Application Server.
About this task
Complete these steps to configure the ORB.
- Log in to the Integrated Solutions Console:
- Open a browser and navigate to the following
URL: https://host_name:port/ibm/console.
Where:
- host_name is the fully qualified host name
of the server where the application or the network deployment manager
is deployed.
- port is the secured port used to access the
console. The default port is 9043.
Note: The default unsecured port is 9060.
If you use 9060, you must have "http" instead of "https" in the URL.
- Enter an administrator user ID and password. (Omit the password if security is
not enabled.)
- Click Log in.
- In the navigation pane, expand TWSS
Parlay Administration.
- Expand Servers.
- Click Application Servers.
- Click the name of the server.
- In the Container Settings section, expand Container Services and click ORB Service.
- In the Additional Properties section, click Custom Properties.
- Optional: Some vendors recommend configuring a specific character encoding to facilitate connections through the gateway. Define a new custom property by performing these steps:
- Click New.
- Type com.ibm.CORBA.ORBCharEncoding in the Property name field.
- Type ISO8859_1 in the Property value field.
- Click Add.
- Optional: To change a custom property, type the new value in the appropriate row of the Property value column.
- Click OK.
- Restart the WebSphere Application Server.
- Click Republish.