JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Installing Oracle Java CAPS Domains and Runtime Components     Java CAPS Documentation
search filter icon
search icon

Document Information

Java CAPS Domain and Runtime Installation

Overview of New Domain Installation

Creating a New Java CAPS Domain

To Create a New Java CAPS Domain

Installing a Java CAPS Runtime on a New Domain

To Install Runtime Components on a New Domain

Adding the New Domain to NetBeans

To Add the New Domain to NetBeans

Installing Java CAPS JBI Runtime Components on a Stand-Alone GlassFish Instance

To Install JBI Runtime Components on a Stand-Alone GlassFish Server

Installing Java CAPS JBI Components on a New Domain

To Install JBI Components on a New Domain From the Admin Console

To Install JBI Components on a New Domain From NetBeans

To Install JBI Components on a New Domain From the Command Line

Finalizing the New Domain Installation

To Finalize the Installation

Installing Java CAPS JBI Runtime Components on a Stand-Alone GlassFish Instance

If you are installing Java CAPS components on a stand-alone version of GlassFish (that is, an instance that was installed using a GlassFish installer rather than the Java CAPS installer), you need to install the runtime components. If you are installing Java CAPS on a new domain for the GlassFish server that was installed with Java CAPS, you can skip this step.

To Install JBI Runtime Components on a Stand-Alone GlassFish Server

  1. Complete the steps under Adding the New Domain to NetBeans.
  2. Stop the new domain.
  3. From a command prompt, navigate to JavaCAPS_Home/appserver/addons/jbi-components.
  4. Run the following command:
    java -jar jbi-core-installer.jar GlassFish_Home install

    Where GlassFish_Home is the home directory of the GlassFish server on which you are installing the JBI runtime components.

  5. After the installation completes, verify that there is a jbi subdirectory in your GlassFish home directory.
  6. Continue to Installing Java CAPS JBI Components on a New Domain.