如何从 Java 代码中获取 WebLogic AdminConsole 已“锁定编辑”的信息?
有人知道如何获取 WebLogic AdminConsole 被锁定编辑的信息吗? 也许一些 MBean... 我不知道还有什么:(
Anyone know the way how to get info that the WebLogic AdminConsole is locked for edit?
Maybe some MBean...
I don't know what else :(
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您最好的选择是使用 WLST连接到正在运行的管理控制台并打印状态。
尝试使用 WLST 编辑命令来查看如果有适合您的命令,我可以看到
cancelEdit
和saveEdit
命令,但没有专门检查管理控制台是否已锁定进行编辑的命令。Your best bet is using WLST to connect to a running admin console and printing out status.
Try the WLST Edit commands to see if there is one that works for you, I can see
cancelEdit
andsaveEdit
commands, but not one to specifically check if the Admin console is locked for editing.您想知道如何以编程方式或从 weblogic 管理 UI 获取该信息?
You want to know how to get that information programmatically or from weblogic admin UI?