0 Replies Latest reply on Dec 20, 2002 1:09 PM by gshifrin

    Tomcat problem with combined package

    gshifrin

      Just trying to verify Tomcat JSP in the combined package...

      I have
      JAVA_HOME=C:\jdk1.3.1_03
      CATALINA_HOME=d:\JBoss-2.4.10_Tomcat-3.2.3\catalina
      TOMCAT_HOME=D:\JBoss-2.4.10_Tomcat-3.2.3\tomcat

      With JBoss-2.4.10_Tomcat-4.0.6, when I try to launch Tomcat (catalina\bin>catalina run), I get: java.lang.reflect.InvocationTargetException: java.lang.NoClassDefFoundError: org/xml/sax/HandlerBase

      With JBoss-2.4.10_Tomcat-3.2.3, (tomcat\bin>tomcat run), I get:

      ERROR reading D:\JBoss-2.4.10_Tomcat-3.2.3\tomcat\conf\server.xml
      At Line 124 /Server/ContextManager/ContextInterceptor/ className=org.jboss.tomcat.naming.JbossWebXml
      Reader

      FATAL: configuration error
      java.lang.ClassNotFoundException: org.jboss.tomcat.naming.JbossWebXmlReader

      Question is -- does the distributed config include something that interferes with starting Tomcat without JBoss?