On Tue, 21 Aug 2001, Sriram Rajamanuri wrote:
> Hi
>
> I v installed tomcat 4.0 b7 on win nt 4.0. I wonder how the MBeans can be
> registered with the tomcat server.
>
> All over the net i have found documentation related to JBOSS-Tomcat, which i
> do not want. I need to install MBeans on a standalone Tomcat - Catalina
> container and manage them.
>
> Also, does it suffice that i put the jmxri.jar in the $CATALINA_HOME/lib
> directory before starting Tomcat so that all the JMX related stuff is
> loaded?
>
> Any help in this regard would greatly be appreciated.
>
> Tx,
> Sriram
>
Tomcat is *not* a JMX server, so it doesn't have any knowledge of
MBeans. However, you can run web applications that use JMX just like any
other API -- simply include the appropriate JARs in /WEB-INF/lib of your
web application.
Craig