Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Establish a SSH connection to the Solaris machine or log in on the text console. You should either log in as root or obtain root permissions after login via su or sudo command.
  2. Be sure your system meets the Installation Prerequisites, and then install the following applications:
    1. Install Java Development Kit (JDK)

    2. Install Apache Ant on Solaris (required for running the samples)

    3. Install Apache Maven (required only if building the ESB from the source code; not required if you are installing the binary distribution)

    4. Install Apache ActiveMQ (the message broker used in many samples)

...

  1. If you have not done so already, download the latest version of the ESB as described in Obtaining the Product.
  2. Extract the archive file to a dedicated directory for the ESB, which will hereafter be referred to as <PRODUCT_HOME>.

Setting

...

JAVA_HOME

You must set your JAVA_HOME environment variable to point to the directory where the Java Development Kit (JDK) is installed on the computer.

...