Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法使用 WLST 反弹/重新启动托管服务器?ServerRuntime MBean 似乎具有执行此操作的正确功能,但据我所知,您只能访问 WLST 连接到的服务器(即管理服务器)的此 MBean。有没有办法为每个托管服务器访问这个 MBean?
是的。我一直在自动构建/部署任务中使用它。
连接到节点管理器并为每个托管服务器/集群调用关闭/启动。