Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Follow the instructions below to install WSO2 Enterprise Service Bus (source) v.4.0.2 3 on Windows.

Info
titleNote

Before you install the ESB, ensure that your system meets the minimum hardware and software requirements described in ESB Installation Prerequisites.

...

Table of Contents
maxLevel3
minLevel3locationtop
styleborder:1
locationtop
typeflat
separatorpipe

...

Step 1. Obtain Installation Pack

...

2. Inside that path there will be one or more subdirectories, for example, jdk1.5.0_08. If you have just installed the Java Development Kit, it is in the newest directory, which you can find by sorting by date. For example, it may be installed in C:\Program Files\Java\jdk1.6.0_25. This is the installation path.

WSO2 ESB Source DistributionImage Modified

...

There are two ways to set up JAVA_HOME: via "System Properties", or via "Windows Command Prompt".

...

The WSO2 ESB build is based on Apache Maven 2. Hence, it is a prerequisite to have Maven (version 2.12.0 or later) and JDK (version 1.56.x) installed in order to build WSO2 ESB from the source distribution. Extensive instructions on using Maven 2 are available on the Maven website.

...

  1. Download and run the Apache Maven Windows installer package.
  2. Set the "Environment Variables" (create the system variable M2_HOME and edit the path. For example, C:\Program Files\Apache Software Foundation\maven-2.02.61; path %M2_HOME%\bin).
  3. Make sure that the system variable JAVA_HOME is set to the location of your JDK, for example, C:\Program Files\Java\jdk1.56.
  4. Run mvn - version to verify that it is installed correctly.

...

For example, cd c:\wso2\wso2esb-4.0.23-src\bin.

4. Execute the following command:

Code Block
wso2server.bat --run

Image RemovedImage Added

5. Operation log is displayed.

...