Versions Compared

Key

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

Follow these instructions to install WSO2 ESB on Windows. Alternatively, you can install it as a Windows service.

Installing the

...

required applications

...

  1. Ensure that your system meets the Installation Prerequisites Java Development Kit (JDK) is essential to run the product.
  2. Ensure that the PATH environment variable is set to "C:\Windows\System32", because the findstr Windows.exe file is stored in this path.

Installing the ESB

  1. If you have not done so already, download the latest version of the ESB as described in Downloading the Product.
  2. Extract the archive file to a dedicated directory for the ESB, which will hereafter be referred to as <PRODUCT_HOME>.

...

  • Set the properties from a script. Setting your system properties in the startup script is ideal, because it ensures that you set the properties every time you start the server. To avoid having to modify the script each time you upgrade, the best approach is to create your own startup script that wraps the WSO2 startup script and adds the properties you want to set, rather than editing the WSO2 startup script directly.
  • Set the properties from an external registry. If you want to access properties from an external registry, you could create Java code that reads the properties at runtime from that registry. Be sure to store sensitive data such as username and password to connect to the registry in a properties file instead of in the Java code and secure the properties file with the secure vault.

You are now ready to run the product.