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.

Install the Required Applications

  1. Establish a an SSH connection to the Linux machine or log in on the text Linux console. You should either log in as root or obtain root permissions after login via su or sudo command.
  2. Be sure your system meets the Installation Prerequisites, and then install the following applications:
    1. Install Java Development Kit (JDK)Install Apache Ant (required for running the samples)

    2. Install Apache Maven (required only if you want to build the product from the source code ; not required if you are downloading and extracting the binary archive file)Install Apache ActiveMQ (required for running the JMS or run samples)

Installing the Product

...

1. In your home directory, open the BASHRC file in your favorite Linux text editor, such as vi, emacs, pico, or mcedit.

2. Add . Assuming you have JDK 1.6.0_25 installed, add the following two lines at the bottom of the file, replacing /usr/java/jdk1.6.0_25 with the actual directory where the JDK is installed.

...

  • 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.

 

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.

 

You are now ready to run the product.