使用 JMX(或 WLST)在 Weblogic 9 中启动/停止部署

发布于 2024-10-12 02:14:29 字数 758 浏览 4 评论 0原文

我想在 weblogic 9 服务器中启动/停止部署。 我更喜欢使用 JMX 与 weblogic MBean 对话。我已经使用它来启动/停止服务器,但我找不到用于启动/停止部署/应用程序的 MBean。

在 weblogic server 11g 中,有一个 AppDeploymentRuntimeMBean 可以停止/启动部署。这里描述的是: http://download.oracle.com/docs /cd/E14571_01/apirefs.1111/e13951/mbeans/AppDeploymentRuntimeMBean.html

但我在 weblogic 9 中找不到模拟 MBean http://download.oracle.com/docs /cd/E13222_01/wls/docs92/wlsmbeanref/core/index.html

有没有办法使用 jmx 或 wlst 启动/停止 weblogic 9 部署?

顺便说一句,当我在部署启动/停止期间记录 WLST 脚本时,pyton 脚本为空。

I want to start/stop a deployment in weblogic 9 server.
I prefer to use JMX to talk to a weblogic MBean. I already use this to start/stop a server, but I cannot find the MBean for starting/stopping deployments/applications.

In weblogic server 11g there is a AppDeploymentRuntimeMBean which can stop/start deployments. That is described here:
http://download.oracle.com/docs/cd/E14571_01/apirefs.1111/e13951/mbeans/AppDeploymentRuntimeMBean.html

But I cannot find a simular MBean in weblogic 9
http://download.oracle.com/docs/cd/E13222_01/wls/docs92/wlsmbeanref/core/index.html

Is there a way to start/stop a weblogic 9 deployment using jmx or wlst?

BTW, when I record a WLST-script during start/stop of a deployment the pyton-script is empty.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

丶情人眼里出诗心の 2024-10-19 02:14:29

实际上 AppDeploymentRuntimeMBean 是在 WLS 10.3 版本中首次引入的。创建此 bean 与 DeploymentManagerMBean 是为了替换 DeployerRuntimeMBean(自 9.0.0.0 版本起已被弃用)。对我来说,除非您决定使用已弃用的 API,否则似乎无法在 WLS 9 上使用 JMX 启动/停止应用程序。还要考虑这样一个事实:您需要运行 Administration Server 才能访问为 DeployerRuntimeMBean 提供入口点的 Domain Runtime MBean Server。

Well actually AppDeploymentRuntimeMBean was first introduced in WLS 10.3 version. And this bean along with DeploymentManagerMBean were created to replace DeployerRuntimeMBean (it is considered deprecated since 9.0.0.0 version). As for me it seems that there is no way to start\stop applications with JMX on WLS 9 unless you decide to use deprecated API. And also consider the fact that you need Administration Server running in order to access Domain Runtime MBean Server that will provide an entry point to DeployerRuntimeMBean.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文