Configuring Multiple Instances of API Gateway in a Single Installation
The instance creation script can be used to create another instance of
webMethods API Gateway
in the same installation. While creating another instance you can choose your
preferred HTTP and HTTPS port for the
webMethods 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