Versions Compared

Key

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

Follow the instructions below to download WSO2 ESB. You can download the binary distribution from the ESB web Web page or from the Linux command line. You can also download and build the source code.

...

The binary distribution contains the ESB binary files for both MS Windows and Linux operating systems, compressed into a single ZIP file. This distribution is recommended for many users.

...

If you have Wget installed on your computer, you can use it to download the binary distribution directly from the command line.

...

After downloading the binary distribution, make sure you have met the installation prerequisites, and then follow the instructions for installing on your operating system.

Building from source
Anchor
source
source

...

  • Install Maven and JDK. See Installation Prerequisites for compatible versions.
  • Set the environment variable MAVEN_OPTS=”-Xms768m -Xmx3072m -XX:MaxPermSize=1200m to avoid the Maven OutOfMemoryError.
  • Make sure the build server has an active Internet connection to download dependencies while building.
This command...Creates...
mvn clean install -Dproduct=esbThe binary and source distributions
mvn clean install -Dmaven.test.skip=true -Dproduct=esbThe binary and source distributions, without running any of the unit tests.
mvn clean install -Dmaven.test.skip=true -Dproduct=esb -oThe binary and source distributions, without running any of the unit tests, in offline mode. This can be done only if you've already built the source at least once.

...