SOA Gateway Version 2010-05-31
 —  Administration  —

Running multiple instances of the SOA Gateway

This section outlines the steps required to run multiple instances of the SOA Gateway, either of the same, or different versions, on a single operating system image.


Multiple instances of the SOA Gateway on z/OS

The simplest way for setting up multiple SOA Gateway servers on z/OS is to execute the Deployment Wizard once for every server, specifying distinct HLQs (High Level Qualifiers) for the datasets, TCP/IP port numbers etc., then execute the setup jobs.

This will also create multiple copies of the SOA Gateway load library, which is not required, so the start job / procedure for the various instances of the server can be modified to all use the same loadlib in its STEPLIB.

Top of page

Multiple instances of the SOA Gateway on Linux

This step-by-step guide assumes good knowledge of the Apache webserver on a Linux platform.

The following steps outline how to copy the existing SOA Gateway installation, and then bring up both the existing and new installations using the same apache webserver.

Top of page