0 Replies Latest reply on Nov 21, 2002 10:41 AM by jxie

    org.apache.catalina.loader.Reloader

    jxie

      I downloaded JBoss-3.0.4-Tomcat_4.1.12 bundle and installed it. I followed the instruction from http://www.purposesolutions.com/Resources/EclipseJ2EE.html. Once I started JBOSS, I got a lot of NoClassDefFoundException. I move a few jars from Tomcat to JBOSS/server/deploy/default/lib directory and fixed a lot of NoClassDefFoundException except the following one:

      org.jboss.deployment.DeploymentException: Could not create deployment: file:/C:/
      jboss304/server/default/deploy/jmx-console.war/; - nested throwable: (java.lang.
      NoClassDefFoundError: org/apache/catalina/loader/Reloader)

      Once I invoke http://localhost:8080/jmx-console, I got "No Context configured to process this request".


      I checked all jars and I can not find Reloader class.

      Any help is appreciated.


      Jim