...
Info | ||
---|---|---|
| ||
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, Downloading 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
).
Code Block |
---|
unzip wso2bps-3.0.0.zip |
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.
...
1. Right-click the "My Computer" icon on the desktop and select "Properties."
2. The "System Properties" window opens with its functional tabs. Go to the "Advanced" tab and click the "Environment Variables" button.
3. The "Environment variables" window opens. Click the "New" button under "System variables" (for all users).
4. The "New system variable" input box opens. Fill in the required fields:
...
For example, set JAVA_HOME=c:\Program Files\java\jdk1.6.0_27.
3. JAVA_HOME
is effectively set up.
Note | ||
---|---|---|
| ||
A variable set via the |
Step 4. Verify JAVA_HOME Set Up
Follow the instructions below to check if JAVA_HOME
was set up correctly:
...
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. Execute Start Script
In order to launch the management console, it is necessary to execute the start script wso2server.bat
from the bin
folder.
...
Code Block |
---|
wso2server.bat --run |
4. The operation log is displayed. For example,
If the server is started and running, a message appears as "WSO2 Carbon started in 'n' seconds."
Step 6. Stopping the Server
...