Versions Compared

Key

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

Follow the instructions below to install the required applications and the WSO2 product on Linux.

...

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

...

The file should now look like this:

Image RemovedImage Added

3. Save the file.

...

Code Block
echo $JAVA_HOME

Image RemovedImage Added

The system returns the JDK installation path.

...

Info
titleSUSE Linux

Note: When using SUSE Linux, it ignores /etc/resolv.conf and only looks at the /etc/hosts file. This means that the server will throw an exception on startup if you have not specified anything besides localhost. To avoid this error, add the following line above 127.0.0.1 localhost in the /etc/hosts file: <ip_address>  <machine_name> localhost

...