You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Paul ANDERSON <pa...@wataniya-algerie.com> on 2005/04/17 11:10:47 UTC

JMX on Tomcat 5.5.9, JDK1.4 broken even with compatibility package?

In the change log for TC5.5.9, there is a claim that MX4J 3.0.1 has been
integrated instead of 2. The JAR in bin from the compatibility package
for JDK1.4 matches MX4J 3.0.1. But if I put the other 3.0.1 JARs in
common/lib and configure Coyote to use jk2.properties with
mx.enabled=true, using JDK1.4.2_07 on RHEL3, the connector tries to load
an MX4J version 2 jrmp adaptor class.

 

SEVERE: MX4j RMI adapter not loaded: java.lang.ClassNotFoundException:
mx4j.adaptor.rmi.jrmp.JRMPAdaptor

 

Is it because there is a new configuration style when using 3.0.1 to
allow JSR160 RMI/http remoting with JDK1.4?

Or is it expected that MX4J version 2 will still be used in the case of
JDK1.4? (Seems not, because of the compatibility package)

Or have I done something wrong?

 

Thanks for any help everyone,

 

Paul