1 Reply Latest reply on Mar 20, 2003 8:05 AM by adrian.brock

    tomcat4.1.12 fails to start in jboss3.0.4 bundle

    yetang

      hi, gurus:
      i downloaded the jboss3.0.4-tomcat4.1.12 bundle to my Win2K. jboss runs fine. but i can not start tomcat after running startup.bat. i use the command: "catalina.bat run" to test and the error mesg is:

      [D:/jboss-3.0.4/tomcat-4.1.x/bin] catalina run
      Using CATALINA_BASE: ..
      Using CATALINA_HOME: ..
      Using CATALINA_TMPDIR: ..\temp
      Using JAVA_HOME: d:/jdk1.3.1_02
      Exception in thread "main" java.lang.NoClassDefFoundError: org/xml/sax/InputSource
      at java.lang.Class.newInstance0(Native Method)
      at java.lang.Class.newInstance(Class.java:237)
      at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:179)

      Q1: where is this org/xml/sax/InputSource?
      Q2: i have a tomcat4.0.1 runs perfectly. can i just simply replace 4.1.12 by the 4.0.1? will i have any configuration problems with jboss?

      thanx