For (now somewhat outdated) security reasons, Tomcat ships the jmx jar in server/lib so that it is only accessable to Tomcat internals (and trusted webapps like 'admin'). It should be enough to move the jar to common/lib to get access to the JMX server. You may also have to move the commons-modeler.jar to common/lib as well (don't know for sure, never tried :)
"s p" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I am using JMX technology to get information of Tomcat > server. I am unable to get the reference of the > MBeanServer in Tomcat. Has any one worked on this > before. I am able get the information for other > application servers like weblogic and webshere. But I > did not find suitable APIs for Tomcat. Any help in > this direction will be appreciated. > > Regards, > Santosh > > __________________________________ > Do you Yahoo!? > Yahoo! SiteBuilder - Free, easy-to-use web site design software > http://sitebuilder.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
