Versions Compared

Key

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

...

Info
titleNote

Before you install the product, ensure that your system meets the minimum hardware and software requirements described in section, Installation Prerequisites.

Step 1. Obtain Installation Pack

Download the latest version of the program (for downloading instructions, refer to section, Obtaining the Product).

Step 2. Extract the Archive

After the download is complete, extract installation files to the user-defined folder (further to be referred to as PRODUCT_HOME).

Step 3. Set up JAVA_HOME

JAVA_HOME environment variable set up is needed to run WSO2 products. The variable points at the directory where the Java™ Development Kit (JDK) is installed on the computer.

...

2. In the opened CMD, enter the following command and press "Enter":

Code Block

set JAVA_HOME=<JDK_INSTALLATION_PATH>

...

Note
titleNotice

A variable set via the SET command under CMD is a local variable, available to the current CMD session only.

Step 4. Verify JAVA_HOME Set Up

Follow the instructions below to check if JAVA_HOME was set up correctly:

...

2. In the opened CMD window, enter the following command and press "Enter":

Code Block

set JAVA_HOME

3. The program shows that JAVA_HOME is set to the JDK installation path, for example, JAVA_HOME=:c\Program Files\java\jdk1.6.0_27.
This means that JAVA_HOME was set up correctly.

Step 5. Running the Product

The WSO2 product is installed and environment variables are set up. Proceed to section, Running the Product for instructions on how to access the Management Console.