Jmx in J2EE

Hi,Can you please tell me as to how to adopt the principles of JMX (like acessing the Beans remotely, changing the attributes,viewing the notifications) into J2EE ,(ie EJBs).Thanks a lot in advance!RegardsArr
[243 byte] By [arra] at [2007-10-3 10:07:47]
# 1

Hi,

I suggest you have a look at <a href="https://glassfish.dev.java.net/">GlassFish</a> (Open Source Application Server on java.net).

These two articles may also interest you:

<a href="http://developers.sun.com/prodtech/appserver/reference/techart/ws_mgmt.html">Managing and Monitoring Web Services in Project GlassFish</a>

<a href="http://java.sun.com/developer/EJTechTips/2006/tt0327.html#2">Using Custom MBeans to Extend the GlassFish Administration System</a>

and you may also want to read The Aquarium blogs:

http://blogs.sun.com/theaquarium/

I have seen quite a lot of traffic concerning using MBeans in GlassFish on the java.net

forums - so you may want to ask your questions there...

Hope this helps,

-- daniel

JMX, SNMP, Java, etc...

http://blogs.sun.com/jmxetc

dfuchsa at 2007-7-15 5:27:22 > top of Java-index,Core,Monitoring & Management...
# 2

Hi ,

Thanks a lot for the reply.

My intent is to manage the EJB s using JMX technology, without using any another server (like Glass Fish). Can you suggest me something for this.If you could send me a sample code which combines JMX & EJBs, it would help a lot.

Thanks !!!

Ashwini

arra at 2007-7-15 5:27:22 > top of Java-index,Core,Monitoring & Management...