Integrating with JBoss

When hosted in JBoss, WebORB plugs in as a J2EE enterprise application. Follow the steps below to install WebORB into JBoss:

  1. To deploy WebORB into the default JBoss server environment, copy weborb.ear from the WebORB installation directory to <JBOSS DIR>\server\default\deploy.
     
  2. JBoss automatically detects the new file and deploys the application. WebORB now is installed into JBoss and its services can be accessed at:

    http://<jboss hostname>:8080/weborb

    If JBoss is running locally, the client-side code to create a gateway connection is:

    NetServices.createGatewayConnection( "http://localhost:8080/weborb" );