<snip/>

> This is some sort of xml parsing problem, I've narrowed it down to the
> following declaration in tomcat's server.xml:
>
>        <Host name="localhost"
>              debug="0"
>              appBase="webapps"
>              unpackWARs="true"
>              autoDeploy="true"
>              xmlValidation="true"
>              xmlNamespaceAware="true">
>
> When I remove the xmlValidation & xmlNamespaceAware attributes, the
> startup exceptions disappear. I put these attributes in as true so that
> tomcat would catch any errors I make in the server.xml. Obviously I can
> live without it or even live with the errors, but it's not happy.
>
> And the exceptions only occur on startup if I delete the tld caches.
>
> It seems this is an issue with jakarta-taglibs and tomcat, rather than
> with my configuration. Is that so?

If I remember right, current TC5 versions have some problems w/ parsing XML
defined with schemas (no probs with dtd's) due to bugs in Xerces, do a
search on the Tomcat mailing lists. So you should disable validation
completely, as long as you know your deployment descriptors are correct.

All taglibs including Struts' work fine for me w/ TC5.

HTH,

    Yann




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

Reply via email to