i'll do that. funny thing is tomcat comes with xerces.jar and i've used the file the came packaged with tomcat 4.0.4.
i have downloaded the latest xerces.jar and i will try that. if none of that works how do i check the jar file to see if it contains the class needed? i tried unsuccessfully to view it using an editor, i figured i couldn't, but i was worth a try. -----Original Message----- From: Ralph Einfeldt [mailto:[EMAIL PROTECTED]] Sent: Monday, August 12, 2002 7:43 AM To: Tomcat Users List Subject: AW: 500 error on all JSP pages The relevant part is the root cause (see below). It looks like your xerces.jar isn't found or the jar that is found is an outdated version. So look where the jar is and if it is the only one on your system, and check that it contains the org/w3c/dom/ranges/DocumentRange.class. > -----Urspr�ngliche Nachricht----- > Von: Anderson, Richard D ERDC-ITL-MS Contractor > [mailto:[EMAIL PROTECTED]] > Gesendet: Montag, 12. August 2002 14:04 > An: 'Tomcat Users List' > Betreff: RE: 500 error on all JSP pages > > ----- Root Cause ----- > java.lang.NoClassDefFoundError: org/w3c/dom/ranges/DocumentRange > at java.lang.Class.forName0(Native Method) > at java.lang.Class.forName(Class.java:130) -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
