DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29258>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29258

Tomcat 5.0.24+ jmx.jar may not be in CLASSPATH

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |



------- Additional Comments From [EMAIL PROTECTED]  2004-07-16 16:22 -------
I just downloaded 5.0.27 binary and it still occurs:
[EMAIL PROTECTED]:~/jakarta-tomcat-5.0.27$ bin/catalina.sh run
Using CATALINA_BASE:   /home/sltam/jakarta-tomcat-5.0.27
Using CATALINA_HOME:   /home/sltam/jakarta-tomcat-5.0.27
Using CATALINA_TMPDIR: /home/sltam/jakarta-tomcat-5.0.27/temp
Using JAVA_HOME:       /usr/lib/kaffe
Due to new licensing guidelines mandated by the Apache Software
Foundation Board of Directors, a JMX implementation can no longer
be distributed with the Apache Tomcat binaries. As a result, you
must download a JMX 1.2 implementation (such as the Sun Reference
Implementation) and copy the JAR containing the API and
implementation of the JMX specification to:
${catalina.home}/bin/jmx.jar
[EMAIL PROTECTED]:~/jakarta-tomcat-5.0.27$

JDK: kaffe 1.1.5 branch
System: Debian Linux unstable i686

Adding this to catalina.sh solves:
CLASSPATH="$CLASSPATH":"$CATALINA_HOME"/bin/jmx.jar

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to