Integrating with BEA WebLogic
When hosted in WebLogic, WebORB plugs in as a J2EE enterprise application.
Follow the steps below to install WebORB into WebLogic 7.0:
- Start a WebLogic server in the development mode.
- Copy weborb.ear from the WebORB installation directory to server's applications
directory.
- WebLogic automatically detects the new file and deploys the application.
WebORB now is installed into WebLogic and its services can be accessed at:
http://<weblogic hostname>:7001/weborb
If WebLogic is running locally, the client-side code to create
a gateway connection is:
NetServices.createGatewayConnection(
"http://localhost:7001/weborb" );