Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

a problem of tomcat5 start

Status
Not open for further replies.

inputx

Programmer
Sep 3, 2007
1
IE
in opensuse10.2, i use command "service tomcat5 start" to start tomcat, screen display "done" but i can't access
/var/log/tomcat5/base/start.log is
/usr/bin/build-classpath: error: could not find mx4j/mx4j-impl Java extension for this JVM
/usr/bin/build-classpath: error: All specified jars were not found
/usr/bin/build-classpath: error: could not find mx4j/mx4j-jmx Java extension for this JVM
/usr/bin/build-classpath: error: All specified jars were not found
Using CATALINA_BASE: /srv/Using CATALINA_HOME: /usr/share/tomcat5
Using CATALINA_TMPDIR: /srv/Using JAVA_HOME: /usr/lib/jvm/java

/var/log/tomcat5/base/catalina.out is
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
i sure i use jvm1.2 who can tell me where problem is? thanks
 
It seems like it's a licensing issue. You might be better off with your own installation of Tomcat and JMX anyway.

Tomcat 6.0 Download
Java Management Extensions Download

It's really pretty easy to install. For Tomcat, you only need to untar the downloaded file into the directory of your choice. I guess you'll be able to install the JMX by just putting the JAR file into $CATALINA_HOME/lib.

After that, you can start it with $CATALINA_HOME/bin/startup.sh

--
-- Ghodmode

Give a man a fish and he'll come back to buy more... Teach a man to fish and you're out of business.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top