SOA Gateway Version 2010-05-31
 —  Server and Control Center 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

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 Center 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:
    It is recommended that this script runs using the root 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: /usr/local/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. If required, it is highly recommended that you enter "sag" at the next prompt. This is the user that will handle requests to the SOA Gateway. When prompted you may run apachectl start as root or sag, but this ensures that the requests will be handled as the sag user and permission problems do not occur.

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

Top of page