Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error

843834Dec 1 2002 — edited Dec 2 2002
I've wrote a simple .jsp file with xml-xsl supply but than I tried to test it using IE5.5 this message has appeared:

type Exception report
message Internal Server Error
description The server encountered an internal error (Internal Server Error) that prevented it from fulfilling this request.

exception
javax.servlet.ServletException: org/w3c/dom/ls/DocumentLS
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:485)
...
root cause
java.lang.NoClassDefFoundError: org/w3c/dom/ls/DocumentLS

At the same time xercesImpl.jar is written in classpath variable, and in c:\Tomcat4.0\webapps\ROOT\testxml\WEB-INF\lib
where "testxml" - my project name

I would be very grateful if you found the time to help me to solve this problem.

Sincerely Yours, Kirro Aqutagava.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 30 2002
Added on Dec 1 2002
2 comments
333 views