Version 2012-12-17
 —  Server and Control Centre Installation  —

Installation Procedure

The following will guide you through the process of installing and starting the SOA Gateway server.


Using the Deployment Wizard for Linux/Unix type systems

Once the SOA Gateway Control Centre has been installed, you are ready to download the SOA Gateway Server install files to your local machine.

The next step then is to install and start the SOA Gateway server. To do this, you may have to deploy files to a remote machine. For example, you want to run your SOA Gateway Control Centre on Windows, but your SOA Gateway server on Linux. You can use the deployment wizard to send the deploy the required files to Linux and start your server.

Top of page

Server Installation

This section outlines machine specific installation steps.

Host-type: Linux / *ix type

  1. On the target machine, in the installation directory, execute the script ./installServer.sh.

    Important:
    This script should run using the root or sag user.

    Important:
    If you wish to update an existing installation, run this script with the -update option.

  2. The script will check if the prerequisites are met.

  3. Enter the full path of the SOA Gateway installation. Example: /opt/softwareag/soaGateway

  4. If required, specify the Software AG sagenv file that is to be used (an absolute path must be used). Example: /opt/softwareag/sagenv.new

    Note:
    If you do not have a sagenv file available, enter "skip".

  5. The next prompt asks what user SOA Gateway should be started as. If you included a valid SAGENV file in the previous step, you should choose the user who runs Software AG products, normally the "sag" user. Otherwise, if you started the script as root, lesser privileged user will be chosen, normally www or nobody. If you did not start the script as root, the current user will be chosen.

  6. The script now has all the information to commence the installation. Follow the on-screen instructions to start Apache.

Top of page