Java CAPS Domain and Runtime Installation

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


Tip –

To expedite the process of installing components through the command line, create a password file containing the administrator and master password. Otherwise, you will be prompted for login information for each component to install. Enter the following text in the file:

AS_ADMIN_PASSWORD=adminadmin

AS_ADMIN_MASTERPASSWORD=changeit

Remember to replace adminadmin and changeit with the actual passwords if you have changed them.


Before You Begin

Complete the steps under Adding the New Domain to NetBeans.

  1. Navigate to JavaCAPSHome/appserver/bin.

  2. To install the shared libraries, do the following:


    Note –

    Shared libraries must be installed first.


    1. Run the following command:

      asadmin install-jbi-shared-library --port PortNumber --user AdminUser --passwordfile FileName ../addons/jbi-components/encoderlib.jar

      where:

      • PortNumber is the Admin Console port number.

      • AdminUser is the administrator username (admin, by default).

      • FileName is the name of the password file you created.

    2. Repeat the previous step to install the following files:

      • saxonlib.jar

      • wsdlextlib.jar

  3. To install the Service Engines and Binding Components, do the following:

    1. Run the following command:

      asadmin install-jbi-component --port PortNumber --user AdminUser --passwordfile FileName ../addons/jbi-components/bpelserviceengine.jar

    2. Repeat the above steps to install the following files:

      • databasebc.jar

      • edmse.jar

      • etlserviceengine.jar

      • filebc.jar

      • ftpbc.jar

      • iepserviceengine.jar

      • jmsbc.jar

      • ldapbc.jar

      • schedulerbc.jar

      • xsltserviceengine.jar

  4. Continue to Finalizing the New Domain Installation.