JBoss 7 应用程序,从 ui 启动/停止?
我正在 Jboss 6 服务器上运行一个应用程序,并使用 mbean 来启动/停止我的应用程序,而无需重新部署/重新启动服务器。我在 JBoss 7 上进行测试,发现没有 mbean 支持。
我现在如何创建该功能?我还没有找到任何关于这方面的信息。
I am running an application on a Jboss 6 server and using mbeans to start/stop my app without redeploying/restarting server. I was testing on JBoss 7 and saw that there were no mbean support.
How do I create that functionality now? I've yet to find anything on this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有 MBean 支持。
您在哪些方面遇到了问题:部署 MBean 或访问它们时……?
There is MBean support.
In what area do you experience problems: when deploying MBeans or accessing them, ...?
与此同时(2015 年),AS5 jmx-console 有了一个移植,可以部署到 AS7 和 WildFly。
请参阅https://github.com/wildfly-extras/jmx-console
In the meantime (2015), there is a portation of the AS5 jmx-console, which can be deployed to AS7 and WildFly.
See https://github.com/wildfly-extras/jmx-console