RE: 500 error on all JSP pages

2002-08-12 Thread Anderson, Richard D ERDC-ITL-MS Contractor
- From: Alison Fish [mailto:[EMAIL PROTECTED]] Sent: Friday, August 09, 2002 4:34 PM To: 'Tomcat Users List' Subject: RE: 500 error on all JSP pages Hello all. I'm new to the list. I'm getting a 500 error on any JSP I try to run. If I run the servlet examples though, they seem

AW: 500 error on all JSP pages

2002-08-12 Thread Ralph Einfeldt
. -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

RE: 500 error on all JSP pages

2002-08-12 Thread Anderson, Richard D ERDC-ITL-MS Contractor
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

AW: 500 error on all JSP pages

2002-08-12 Thread Ralph Einfeldt
-Ursprüngliche Nachricht- Von: Anderson, Richard D ERDC-ITL-MS Contractor [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 12. August 2002 14:54 An: 'Tomcat Users List' Betreff: RE: 500 error on all JSP pages i'll do that. funny thing is tomcat comes with xerces.jar and i've used the file

RE: 500 error on all JSP pages

2002-08-12 Thread Anderson, Richard D ERDC-ITL-MS Contractor
: Ralph Einfeldt [mailto:[EMAIL PROTECTED]] Sent: Monday, August 12, 2002 8:04 AM To: Tomcat Users List Subject: AW: 500 error on all JSP pages The xerces that is delivered with tomcat should be okay (at least it is for 4.0.3). To view the content of a jar use either $JAVA_HOME/bin/jar tvf jarfile

RE: 500 error on all JSP pages

2002-08-12 Thread Anderson, Richard D ERDC-ITL-MS Contractor
- From: Ralph Einfeldt [mailto:[EMAIL PROTECTED]] Sent: Monday, August 12, 2002 8:04 AM To: Tomcat Users List Subject: AW: 500 error on all JSP pages The xerces that is delivered with tomcat should be okay (at least it is for 4.0.3). To view the content of a jar use either $JAVA_HOME/bin

500 error on all JSP pages

2002-08-09 Thread Kenny G. Dubuisson, Jr.
Hello all. I'm new to the list. I'm getting a 500 error on any JSP I try to run. If I run the servlet examples though, they seem to work fine. I realize that this is like the most common error and I know it's just a config issue, but darn if I can find it. Any help would be very appreciated

RE: 500 error on all JSP pages

2002-08-09 Thread Alison Fish
Hello all. I'm new to the list. I'm getting a 500 error on any JSP I try to run. If I run the servlet examples though, they seem to work fine. This is the same issue I have been working on all day. I finally got it to work about an hour ago. (FYI: I am running fresh install of Apache