JBoss AS 7 JMX Console

前端 未结 4 1827
醉酒成梦
醉酒成梦 2020-12-08 07:42

I spent some time checking out JBoss AS7 today. I am impressed with what I have seen so far but I noticed that good ol\' JMX-Console no longer exist.

  1. Does an
4条回答
  •  隐瞒了意图╮
    2020-12-08 08:24

    There are various web based jmx browsers that can be used inside any web container. I tend to perfect using the jconsole or jrockit mission control as you get extra this like graphing of values

    In the past jboss used it's own mbean server, so you could only use jboss specific jmx tools, but now jboss-as, uses the mbean server of the jvm so any tool that works with your jvm of choice can be used for inspecting jboss-as 7

提交回复
热议问题