在分布式设置中从WSO2 APIM中的Publisher节点发布API后,如何将api部署到GW节点的过程?
答案 0 :(得分:0)
api-manager.xml配置文件中的<Environments>
下有一个名为<APIGateway>
的部分。它是从Publisher webapp中填充API的Gateway Environment部分的位置。从中选择一个环境并从Publisher webapp发布时,它将创建与API相关的Synapse工件,并通过执行Admin服务调用将其推送到Gateway。因为使用<ServerURL>
。因此,您需要在Publisher节点中正确定义URL <ServerURL>
,以便它指向GW节点。