...
WSO2 ESB setup is relatively very easy. While a more detailed description of the installation steps are given in the Installation Guide, we have given below a summary to get you started fast.1.
- Ensure that the following are
...
- in your environment
...
- :
- JDK 1.6.* or higher is installed
...
- JAVA_HOME environment variable is set to <JDK_HOME>. For example,
JAVA_HOME=c:\Program Files\java\jdk1.6.0_27
.
- JAVA_HOME environment variable is set to <JDK_HOME>. For example,
...
- Go to http://wso2.com/products/enterprise-service-bus/, click "Binary", and download the ESB distribution ZIP file.
...
- Extract the ZIP file. The path to this folder will be referred to as <PRODUCT_HOME> throughout the documentation.
...
- Open a command prompt (or a shell in Linux) and go to the <PRODUCT_HOME>\bin directory.
...
- Start the ESB server by executing wso2server.sh (or wso2server.bat in Windows).
6. The The operation log keeps running until the server starts, which usually takes several seconds. Wait until the server has fully booted up and displays a message similar to "WSO2 Carbon started in n seconds."
...