I finally figured that out, the old copy was deep in the classpath, somehwere I had not expected. I removed the old xerce.jar file and now I can't get past the following error:

org.apache.jasper.JasperException: Unable to initialize TldLocationsCache: zip file closed
at org.apache.jasper.compiler.TldLocationsCache.init(TldLocationsCache.java:210)
at org.apache.jasper.compiler.TldLocationsCache.getLocation(TldLocationsCache.java:181)
at org.apache.jasper.JspCompilationContext.getTldLocation(JspCompilationContext.java:516)
at org.apache.jasper.compiler.Parser.parseTaglibDirective(Parser.java:457)



Basically, it fails when it hits the taglib statement in my JSP. I can get past the error only if I remove the taglib statement: <%@ taglib uri="WEB-INF/struts-html.tld" prefix="html" %>


Anna



I just spent half a day on something like this, only to discover that I was
using an old (and known buggy) version of xerces.  Make certain that your
xerces version is up-to-date.

<[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
I am trying to setup Tomcat 5 to use a Struts 1.1 application. I keep
receiving the following error when trying to acces a struts page. The
strange part is that the description of the error changes periodically to
different files. A maority of the time it complains about WEB-INF/web.xml,
but has also thrown the exact same error with WEB-INF/struts-tiles.tld (it
will eventually list all tld's setup in my web.xml file). Below is the
error
and below that is the web.xml file.
Does anyone know what I've done wrong?

Thanks.
Anna Yates



_________________________________________________________________
It’s our best dial-up Internet access offer: 6 months @$9.95/month. Get it now! http://join.msn.com/?page=dept/dialup



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



Reply via email to