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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to