Is it possible to use the Tomcat Server as a Mbean containter for non web
application? This MBeans will be registered from a standalone application.
Other words, I'm looking for any container for register my MBeans from
standalone app, I can't use the Jboos Server and the rmiregistry. Maybe in
JV is any default server where I can register my MBean and then create
MBeanServerConnection to invoke remote method from beans from another
standalone application client?
Any ideas? :)
DM
Vecchio Fabrizio - 21 Oct 2007 10:02 GMT
> Is it possible to use the Tomcat Server as a Mbean containter for non web
> application? This MBeans will be registered from a standalone application.
[quoted text clipped - 6 lines]
> Any ideas? :)
> DM
Hi,have a look at
http://tomcat.apache.org/tomcat-5.0-doc/mbeans-descriptor-howto.html
VF