AIL PROTECTED]>:
>
> > Thanks for the help.
> >
> > The solution provided fixed the error
> > java.lang.NoClassDefFoundError: javax/servlet/jsp/tagext/TagLibraryValidator.
> >
> > JAVA_HOME/jre/lib/ext contained standard.jar and jstl.jar whi
j2ee/web-app_2_4.xsd";
version="2.4">
...
Quoting Anna Lissa Saupan <[EMAIL PROTECTED]>:
> Thanks for the help.
>
> The solution provided fixed the error
> java.lang.NoClassDefFoundError: javax/servlet/jsp/tagext/TagLibraryValidator.
>
Thanks for the help.
The solution provided fixed the error
java.lang.NoClassDefFoundError: javax/servlet/jsp/tagext/TagLibraryValidator.
JAVA_HOME/jre/lib/ext contained standard.jar and jstl.jar which I
moved/deleted.
The other JAR files in JAVA_HOME/jre/lib/ext are:
dnsns.jar ldapsec.jar
on my server. Unfortunately, even this
simple webapp doesn't run. I still get the error:
java.lang.NoClassDefFoundError:
javax/servlet/jsp/tagext/TagLibraryValidator
It looks like Tomcat is picking up an old (JSP 1.1) version of the
JSP classes. Make sure you don't have any JSP or Serv
ately, even this
simple webapp doesn't run. I still get the error:
java.lang.NoClassDefFoundError:
javax/servlet/jsp/tagext/TagLibraryValidator
Here is the structure of the simple webapp. I'm also adding the source
code of the JSP file and web.xml. Please correct any errors that I
mi
unning the simplest
> JSTL
> > > application.
> > >
> > > Here is the Server Error that I get:
> > >
> > > HTTP Status 500 -
> > >
> > >
> ________________
>
_
> >
> > type Exception report
> >
> > message
> >
> > description The server encountered an internal error () that prevented
> > it from fulfilling this request.
> >
> > exception
> >
> >
> > j
ented
> it from fulfilling this request.
>
> exception
>
>
> javax.servlet.ServletException:
> javax/servlet/jsp/tagext/TagLibraryValidator
> org.apache.jasper.servlet.JspServlet.service(JspServlet.java:256)
> javax.servlet.http.HttpServlet.service(HttpServlet.
vlet.java:856)
root cause
java.lang.NoClassDefFoundError: javax/servlet/jsp/tagext/TagLibraryValidator
java.lang.ClassLoader.defineClass0(Native Method)
java.lang.ClassLoader.defineClass(ClassLoader.java:537)
java.security.SecureClassLoader.defineClass(