Open ESB v2
JBI Runtime Installation Instructions

Copyright © 2007-2008 Sun Microsystems, Inc. All rights reserved.

Installing JBI Runtime for Open ESB v2

The JBI runtime for Open ESB v2 is integrated as part of GlassFish v2.
If you need a JBI runtime build to fix a problem that is not available with the latest GlassFish promoted build, you can use the jbi-core-installer.jar file to install a later JBI runtime.

Promoted builds of GlassFish v2 can be downloaded from: http://download.java.net/javaee5/v2ur2/promoted/

The latest builds of the JBI runtime can be downloaded from:



Note: You cannot uninstall or remove the JBI runtime from an application server installation. If you want to revert to a previous version, you must install a previous version of GlassFish v2.

Procedure for Installing JBI Runtime into a GlassFish v2 Installation

  1. Make sure you have already installed GlassFish v2.

    The application server must be stopped before proceeding. Use the following command to stop the application server:

    asadmin stop-domain [domain-name]

  2. Download jbi-core-installer.jar to the following location in your application server installation:

    <appserver-install-root>/

  3. Navigate to the <appserver-install-root> directory and run jbi-core-installer.jar as follows:

    java -jar jbi-core-installer.jar <appserver-install-root> install

  4. After installation is complete, you can view the Open ESB installation at:

    <appserver-install-root>/jbi/

Note: This procedure assumes the following configuration for GlassFish v2:

  • You have accepted the default settings during installation of GlassFish
  • Your Application Server configuration stores the admin password in a file

If your configuration differs from this configuration, you might have to modify the procedures accordingly.