APIM 自定义配置文件

APIM custom profiles

我们想创建一个自定义 APIM 配置文件,该配置文件仅 install/enables 单个 jvm 上的发布者、密钥管理器和流量管理器。网关(管理节点和工作节点)和 Store 将 运行 在不同的 JVM 上。 如何创建新的个人资料?

此外,文档指出配置文件仅 enable/disable 属于配置文件的 osgi 捆绑包,但 Web 应用程序仍然可用(我也质疑 Web 服务,因为它们是作为.war 档案)。我可以删除不同配置文件中未使用的网络应用程序吗?例如。删除商店实例上的网关和发布者 Web 应用程序。这在某处记录了吗?

谢谢,

丹尼

We'd like to create a custom APIM profile that only install/enables the Publisher, Key Manager and Traffic Manager on a single jvm. The gateway (manager and worker nodes) and Store will be running on separate JVMs. How can I create a new profile?

运行不支持一台服务器中的多个配置文件。

Can I remove the unused web apps on the different profiles?

是的,您可以删除特定于其他配置文件的 WAR。