I've noticed 3.1 final wanting to parse comments.
Could that be the problem in your case?

Just a thought...

- ojha

Heiko Gottschling wrote:

> Hi,
>
> I've just downloaded Tomcat3.1 from the Jakarta site. My JSPs, which
> used to run well under Tomcat3.1beta, don't work any more. Execution
> stops with this exception:
>
> org.apache.jasper.JasperException: Unable to open taglibrary
> /WEB-INF/tld/TagLib.tld : Parse Error in the tag library descriptor:
> Element "web-app" does not allow "servlet" here.
>
> I use a custom tag library, which is included with this directive:
>
> <%@ taglib uri="/WEB-INF/tld/TagLib.tld" prefix="t" %>
>
> >From the above error message, it seems like the engine is trying to
> parse my web.xml file instead of the tld file???
>
> The TLD itself exists and is ok, and as I said it used to work under
> 3.1beta
>
> thx
> Heiko
>
> ===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to