JMX + Tomcat?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • DawidM

    #1

    JMX + Tomcat?

    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
    MBeanServerConn ection to invoke remote method from beans from another
    standalone application client?

    Any ideas? :)
    DM


  • Vecchio Fabrizio

    #2
    Re: JMX + Tomcat?

    DawidM wrote:
    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
    MBeanServerConn ection to invoke remote method from beans from another
    standalone application client?
    >
    Any ideas? :)
    DM
    >
    >
    Hi,have a look at

    VF

    Comment

    Working...