Integrating with IBM WebSphere
When hosted in WebSphere, WebORB plugs in as a J2EE enterprise application.
Follow the steps below to install WebORB into WebSphere 5.0:
- Start the FirstSteps application and choose the Administrative Console
option.
- In the administrative console, select Applications ->
Install New Application from the options available in the left panel
to initiate the application installation process.
- In the right panel, click Browse and select weborb.ear located
in the WebORB installation directory. Click Next to proceed to the
next step.
- Select the Generate Default Bindings check box. When this check
box is selected, WebSphere ensures that the deployment descriptors from the
WebORB application contain the information required by WebSphere. Click Next
to proceed to the next step.

- This step requires no changes to the default settings. Click Next to
continue.

- Select the check box for the weborb.war file and click Next.
- Make sure the check box for weborb.war is selected. Click Next
to continue.

- This screen displays the summary of the deployment. Verify the information
and click Finish to complete application installation.
- Once application is installed, click Save to Master Configuration.
This is required so that the application can be started.

- Select the Enterprise Applications link from the left panel. A list
of all deployed applications is displayed. Select Flash ORB and click
Start.

- Once the Flash ORB application is started, a green arrow is displayed in
the status column.

WebORB services are now available and can be accessed at:
http://<websphere hostname>:9080/weborb
If WebSphere is running locally, the client-side code to create a gateway
connection is:
NetServices.createGatewayConnection( "http://localhost:9080/weborb"
);