Troubleshooting
Problem
Using components : CCE 10.3, API Gateway 10.3.
When creating IS instance, execute the command line:
./is_instance.sh create -Dprimary.port=58270 -Dinstance.name=api58270 -Dweb.http.port=58274 -Dweb.https.port=58275 -Dpackage.list=WmAPIGateway
On CCE, on Instance > IS > IS_<instance> > Configuration > Ports, the values of defaultHttp and defaultHttps are correct.
They have the same values as -Dweb.http.port=58274 -Dweb.https.port=58275
When trying to create a new instance of API Gateway from CCE by composite template:
>>>>
is-api:
licenses:
"IntegrationServer/config/licenseKey.xml": ${is-api.license.key.alias}
products:
integrationServer:
${is-api.instance.name}:
primary.port: ${is-api.primary.port}
diagnostic.port: ${is-api.diagnostic.port}
jmx.port: ${is-api.jmx.port}
license.file: IntegrationServer/config/licenseKey.xml
web.http.port: ${apigtw.http.port}
web.https.port: ${apigtw.https.port}
package.list: ${is-api.package.list}
<<<<
The ports of API Gateway are not those specified.
On the composite template, how is it possible to define the ports of API Gateway?
Document Location
Worldwide
Log InLog in to view more of this document
Was this topic helpful?
Document Information
Modified date:
20 March 2025
UID
ibm17201402