jesty / jboss-console-to-jmx

An easy way to explore Jboss Console using JMX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jboss-console-to-jmx

Starting from JBOSS AS 7 some information are not available on JMX console, but only using JBoss Console (cli, api, web, etc...). Using this project you can see some information about connection pool, web statistics and more using JMX.

How-to:

<bean id="webMonitor" class="com.ab.oneleo.status.monitor.mbean.WebManagedBeanImpl">
	<constructor-arg ref="jbossConsoleConnector" />
</bean> 

<bean id="jbossConsoleConnector" class="com.ab.oneleo.status.monitor.util.JBossConsoleConnectorImpl">
	<property name="protocol" value="http"></property>
	<property name="host" value="localhost"></property>
	<property name="portNumber" value="9999"></property>
	<property name="username" value="admin"></property>
	<property name="password" value="admin.01"></property>
</bean> 

About

An easy way to explore Jboss Console using JMX

License:Apache License 2.0


Languages

Language:HTML 46.0%Language:Shell 29.0%Language:Batchfile 19.5%Language:Java 4.5%Language:CSS 1.1%