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

Finalizing the New Domain Installation

Once you have everything installed on your new domain, you need to configure the JVM properties for the domain. You also have the option of installing the ETL Monitor, which is recommended if you plan to use the Data Integrator Service Engine.

To Finalize the Installation

Before You Begin

Complete the steps under Installing Java CAPS JBI Components on a New Domain.

  1. To modify the JVM properties, do the following:
    1. Navigate to the new domain's home directory (JavaCAPSHome/appserver/domains/DomainName/config.
    2. Open domain.xml in a text editor.
    3. Remove the line <jvm-options>-client</jvm-options> under the <java-config> element.
    4. Replace the above line with <jvm-options>-Xms512m</jvm-options>.
    5. Save and close the file.
  2. To install the ETL Monitor, copy the file etlse-monitor.war from JavaCAPSHome/appserver/bin to JavaCAPSHome/appserver/domains/DomainName/autodeploy.