[JBoss-user] [Management, JMX/JBoss] - How to dynamically register a MBean?

2004-09-13 Thread ben_vbe
Hi, Is it possible to register a MBean dynamically? If yes, how? I tried to use: | MBeanServer server = null; | Context c = new InitialContext(); | RMIAdaptor a = (RMIAdaptor)c.lookup("jmx/rmi/RMIAdaptor"); | server = new RMIConnectorImpl(a); | | ObjectName tpMBeanName = n

[JBoss-user] [Beginners Corner] - Re: JBOSS without EJB

2004-07-19 Thread ben_vbe
thanks! and is it possible to launch JBoss services from an application. Or I must use the run launcher? In this case, how to select which service to turn on or off? using jboss-service.xml? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842587#3842587 Reply

[JBoss-user] [Beginners Corner] - JBOSS without EJB

2004-07-19 Thread ben_vbe
Hi, I'm beginner with JBOSS. I would like to use JMX but without EJB or servlet. Is it possible? Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842581#3842581 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=384258