At 9:10 AM -0800 10/28/02, Nalini wrote: >Exception in thread "main" >java.lang.NoClassDefFoundError: org/xml/sax/Inpu= >tSour >ce > at java.lang.Class.newInstance0(Native Method) > at java.lang.Class.newInstance(Class.java:232) > at >org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:179) > >Could someone help me fix this error.
I had that problem originally too. It is because JDK 1.3.x does not include the Xerces parsers. Download xercesImpl.jar and xmlParserAPIs.jar and place them in your jboss/lib folder and things should work fine. Sorry, I don't remember exactly where I got those, but do a Google on Xerces and you'll find them. -- - Burt Johnson MindStorm, Inc. [EMAIL PROTECTED] http://www.mindstorm-inc.com -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
