Versions Compared

Key

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

...

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

Step 2. Extract the Archive

...

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.

...

Code Block
sh ./wso2server.sh

Image RemovedImage Added

4. The operation log is displayed. For example,

Image RemovedImage Added

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

...