MBean 可以在 Tomcat 下运行吗?
我们有 2 个应用程序在 JBoss 下运行。 我正在寻找一种减少服务器开销的方法。 主应用程序在 Tomcat 下运行。 另一个应用程序由 MBean 组成。 有没有办法在 Tomcat 下运行 MBean?
替代建议表示赞赏。
We have 2 applications that run under JBoss. I am looking for a way to reduce the overhead of the server. The main app runs under Tomcat. The other app is made up of MBeans. Is there a way to run MBeans under Tomcat?
Alternative suggestions are appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
试试这个http://community.jboss.org/wiki/JBossASTuningSliming。 当然你有很多服务没有使用。
Try this http://community.jboss.org/wiki/JBossASTuningSliming. Sure you have many services without usage.
MBean 是 JMX 规范的一部分,包含在 JRE 中。 应该可以在 Tomcat 下运行 MBean。 Tomcat 5 或更高版本提供 MBean 服务器。
MBeans are a part of the JMX specification which is included in the JRE. It should be possible to run MBeans under Tomcat. Tomcat 5 or later provides an MBean server.
您可以使用以下 JVM 参数来启动启用了 MBean 的 Tomcat
You can use the following JVM arguments to startup Tomcat with MBean enabled
您还应该使用 tomcat 中的 MBean 服务器 - 您必须通过以下方式找到该服务器:
You also should use the MBean server that is in tomcat - you have to find that one via: