You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Marten Lehmann <le...@cnm.de> on 2006/07/27 18:19:58 UTC

.tld files without web.xml

Hello,

I have a directory /META-INF which contains different .tld files (taglib 
definitions). Usually, the webapp should notice these files and make 
them available to the single .jsp files.

But I always get:

500 Servlet Exception

/tools/internet/whois.jsp:10: `http://dev.test.de/test' has no matching
taglib-uri.  The taglib uri must match a taglib-uri for a taglib 
specified in the web.xml or implicitly in a taglib.tld in the tag jar.

The taglib contains the definition:

<uri>http://dev.test.de/test</uri>

so it should be fine. web.xml is defined with

<web-app version="2.4" ...

so the webapp should be able to parse /META-INF.

What else could be wrong?

Regards
Marten

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org