Software AG Products 10.11 | Integrate Software AG Products Using Digital Event Services | webMethods API Gateway Documentation | Administrating API Gateway | Deployment | Cluster Deployment | Configuring Multiple Instances of API Gateway in a Single Installation
 
Configuring Multiple Instances of API Gateway in a Single Installation
The instance creation script can be used to create another instance of API Gateway in the same installation. While creating another instance you can choose your preferred HTTP and HTTPS port for the API Gateway web application using web.http.port and web.https.port respectively and the back-end REST service endpoint port using primary.port option.
To create a new instance, run the following command:
is_instance.sh create -Dprimary.port=5656 -Dinstance.name=APIGateway
-Dweb.http.port=7474 -Dweb.https.port=7575 -Dpackage.list=WmAPIGateway