答案 0 :(得分:0)
步骤2:共享WSO2 API管理器和WSO2身份服务器的注册表。请参阅共享注册表空间以获取步骤。
我无法得到。以及如何做到这一点。这是什么意思。
共享注册表-您可以按照文档https://docs.wso2.com/display/AM260/Installing+and+Configuring+the+Databases
两种产品(AM和IS):
<dbConfig name="govregistry">
<dataSource>jdbc/WSO2REG_DB</dataSource>
</dbConfig>
<remoteInstance url="https://localhost:9443/registry">
<id>gov</id>
<cacheId>user@jdbc:mysql://db.mysql-wso2.com:3306/regdb</cacheId>
<dbConfig>govregistry</dbConfig>
<readOnly>false</readOnly>
<enableCache>true</enableCache>
<registryRoot>/</registryRoot>
</remoteInstance>
<mount path="/_system/governance" overwrite="true">
<instanceId>gov</instanceId>
<targetPath>/_system/governance</targetPath>
</mount>
<mount path="/_system/config" overwrite="true">
<instanceId>gov</instanceId>
<targetPath>/_system/config</targetPath>
</mount>