Versions Compared

Key

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

...

Info
titleNote

Before you start installing, ensure that the installation prerequisites are satisfied.

Establish a an SSH connection to the Linux/Solaris machine or log in on the text Linux console. You should either log in as root or obtain root permissions after login via su or sudo command.

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 in your home directory by executing the command as shown in the following example,

Code Block
unzip wso2carbon-4.0.0-src.zip

Step 3. Build the Product

Run the following command to build the product in directory you extracted the installation files.

...

Info
titleNote

The first time you run Maven, it automatically downloads the dependent JAR files. Therefore the first run will take more time.

Step 4. Set up JAVA_HOME

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

...

Code Block
export JAVA_HOME=/usr/java/jdk1.6.0_25
export PATH=${JAVA_HOME}/bin:${PATH}

Image RemovedImage Added

3. Save the file.

...

Code Block
echo $JAVA_HOME

Image RemovedImage Added

The system returns the JDK installation path.

Step 5. Running the Product

1. Establish a SSH connection to the Linux/Solaris server or log in to the text Linux console.

...

If the server is started and running, a message appears as "WSO2 Carbon started in 'n' seconds."

Step 6. Stopping the Server

...

To stop the running server, simply hit Ctrl-C in the command window or choose the "Shutdown/Restart" link on the left-hand menu of the product's Management Console. For information on accessing the Management Console, refer to section Introducing the Management Console.

...