I'd consider running the application on A in a stripped down jboss having just enough to run the jmx-console.
Otherwise you might consider the jmx remoting stuff in jboss 4. I have no idea how hard it would be to extract it for use with earlier jboss's: I'm not about to try. david jencks On 2003.03.12 16:03 jon budar-danoff wrote: > Hi All -- > > I'm new to JBoss, JMX, J2EE, etc., and have a question about how to > accomplish what I'd like to do. I'd appreciate some advice on how > to set things up for the following scenario: > > o application (instrumented for MBean manageability) running on > machine A > o JBoss running on machine B > o client (browser-based, or perhaps a Java application) on machine C > > I want to provide status monitoring and process control (start, stop, > configuration changes, etc.) for the application on machine A, either > through access to the JBoss JMX Console, something like MC4J, or a > custom web app running on machine B. > > > My question is this: how do I get JBoss to talk to (serve up? deploy?) > the application (or at least the MBeans which will talk to the > application) on machine A? > > I've managed to get a JMX Agent application to talk to an MBean > server running on a different machine via the RMIAdaptor, but the > performance was rather grusome -- several seconds between creating > the RMIConnectorClient and actually connecting... Would using the > RMIAdaptor within JBoss provide better results? > > I've poked around a bit (outside of JBoss) with an M-Let file which > allowed me to run part of my MBean-enabled app on a different machine, > but it is my understanding that JBoss doesn't use M-Let files, but > JNDI specifications instead. I've not managed to wrap my head around > the whole JNDI thing -- I seem to just not quite get something which > is probably a small yet vital detail. > > So is JNDI where I should be looking, or is there something else that > I've overlooked? > > Any and all help is greatly appreciated. > > Thanks, in advance, > jmb-d > > ===== > ----------------------------------------------------------------------- > In walking, just walk. In sitting, just sit. Above all, don't wobble. > -- Yun-Men > > __________________________________________________ > Do you Yahoo!? > Yahoo! Web Hosting - establish your business online > http://webhosting.yahoo.com > > > ------------------------------------------------------- > This SF.net email is sponsored by:Crypto Challenge is now open! > Get cracking and register here for some mind boggling fun and > the chance of winning an Apple iPod: > http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user > > ------------------------------------------------------- This SF.net email is sponsored by:Crypto Challenge is now open! Get cracking and register here for some mind boggling fun and the chance of winning an Apple iPod: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
