...
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} |
3. Save the file.
...
Code Block |
---|
echo $JAVA_HOME |
The system returns the JDK installation path.
...
Code Block |
---|
sh ./wso2server.sh |
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."
...