【发布时间】:2017-09-05 06:31:23
【问题描述】:
因为我需要在取消部署 weblogic 服务器中的库之前强制停止所有应用程序引用。
如何使用 weblogic 命令行参考在 weblogic 服务器的库设置中的“引用此库中的应用程序”选项卡中获取应用程序列表。
因此我可以停止这些应用程序,而不是停止所有应用程序。
【问题讨论】:
-
实际上你需要在 serverRuntime().LibraryRuntimes 和 applicationRuntimes/{name}/libraryRuntimes/{name}/referencingRuntimes 之间做一个交叉引用
标签: deployment weblogic