[Mc4j-development] Does MC4J work with Tomcat
Brought to you by:
ghinkl
From: <mk...@gm...> - 2003-08-18 11:46:03
|
Hi, I searched the mail archives, but haven't seen this question already been asked. Does MC4J work with Tomcat? I believe Tomcat ist based on MX4J. So this should work, shouldn't it? Haven't been able to dig up an example though.... I haven't found any references to a JMX related port in server.xml of Tomcat. The only thing related to JMX was this: <!-- Comment these entries out to disable JMX MBeans support --> <!-- You may also configure custom components (e.g. Valves/Realms) by including your own mbean-descriptor file(s), and setting the "descriptors" attribute to point to a ';' seperated list of paths (in the ClassLoader sense) of files to add to the default list. e.g. descriptors="/com/myfirm/mypackage/mbean-descriptor.xml" --> <Listener className="org.apache.catalina.mbeans.ServerLifecycleListener" debug="0"/> <Listener className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener" debug="0"/> Any ideas? Cheers, Mariano |