Date: 2005-03-01T15:12:49 Editor: AchimHuegen Wiki: Jakarta HiveMind Wiki Page: JmxDoc URL: http://wiki.apache.org/jakarta-hivemind/JmxDoc
no comment Change Log: ------------------------------------------------------------------------------ @@ -31,7 +31,7 @@ }}} -Ensure that mx4j.jar, mx4j-tools.jar (mx4j 2.0.1) and log4j.jar are included in the classpath of your application. Start your application/tomcat and enter http://localhost:9000 in your browser. Read on [#QuickStartResults here] +Ensure that mx4j.jar, mx4j-tools.jar (mx4j 2.x) and log4j.jar are included in the classpath of your application. Start your application/tomcat and enter http://localhost:9000 in your browser. Read on [#QuickStartResults here] == J2SE 1.5 - Quickstart == @@ -82,7 +82,7 @@ As far as I can tell there are three implementations of jmx 1.2 that are freely available. [http://mx4j.sourceforge.net MX4J], [http://java.sun.com/j2se/1.5.0/ J2SE 1.5] and the [http://java.sun.com/products/JavaManagement/download.html Sun reference implementation]. I would suggest to use MX4J if you don't have the chance of using J2SE 1.5. -Since HiveMind MBeans use MX4J AbstractDynamicMBean as ancestor the mx4j-tools.jar (MX4j 2.x) is _always_ needed in your classpath. Be sure to _not_ include mx4j.jar in the classpath, if you use Sun RI oder J2SE 1.5! +Since HiveMind MBeans use MX4J AbstractDynamicMBean as ancestor the mx4j.jar (MX4j 2.x) is _always_ needed in your classpath. Be sure to put it behind the SUN jars in the classpath if you use Sun RI! === MX4j === --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
