Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

!Java-Home-setup.png|alt="Java_Home setup"!
Code Block
export JAVA_HOME=/usr/java/jdk1.6.0_25
export PATH=${JAVA_HOME}/bin:${PATH}
Wiki Markup

Java_Home setupImage Added

3. Save the file.

Info
titleTip

If you do not know how to work with text editors in Linux SSH session, run the following command:

Code Block
cat >> .bashrc

Paste the string from the clipboard and press "Ctrl+D."

...

!Java-Home.png|alt="Java Home"!
Code Block
echo $JAVA_HOME
Wiki Markup

Java HomeImage Added

The system returns the JDK installation path.

...

!wso2-server-start.png|alt="Java Home"!
Code Block
sh ./wso2server.sh
Wiki Markup

Java HomeImage Added

4. The operation log is displayed. For example,

...

Java HomeImage Added

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

...