mailinglist wrote:
Hi,

I installed Sun jwsdp-1_1 and copied jstl-examples.war in Tomcat 4.1.18
webapps (not the one shipped with Sun jwsdp) but I get an error when I try
the examples:

HTTP 500
javax.servlet.ServletException: Cannot inherit from final class
 at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:249)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
 at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:247)
 at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:193)
 at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja
va:260)
etc...

Is there a problem with jstl-1.0.3 and Tomcat 4.1.x ?

No. It is xerces that's causing the problem.


Simply replace xercesImpl.jar located in <tomcat-4.1.18>/common/endorsed with
xercesImpl.jar found in <jwsdp-1.1>/jaxp-1.2.2/lib/endorsed.
Everything should then be back to normal.

-- Pierre



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to