The only way a tld should be in WEB-INF/lib is if it's in the META-INF
of the jar containing the taglib classes. They can be in let's say
WEB-INF/tlds and then added to web.xml in a <jsp-config> tag, one per
<taglib> tag.
--David
Marten Lehmann wrote:
Hello,
currently (in a 2.4 container) I'm putting mit taglib descriptors in
the directory WEB-INF/lib. This directory is automatically in the
application classpath.
But the WEB-INF/lib is already fairly full with different .jars so I
would like to put the taglib descriptors in a separate directory like
WEB-INF/tlds or so. How can I arrange this? I guess I have to extend
the classpath somehow, but how can I do this? Is there any option in
the web.xml?
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]
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]