You could just put the tld in WEB-INF and reference it from the web.xml.
This is the entry in my web.xml for the taglib I use all the time:
<taglib>
<taglib-uri>
http://localhost/myapp/asl
</taglib-uri>
<taglib-location>
/WEB-INF/asl.tld
</taglib-location>
</taglib>
asl.tld is physically present in WEB-INF.
Don't know if this helps, since it is not exactly what you are trying to do.
Adam
----- Original Message -----
From: "Keith Hankin" <keithh@addr.com>
To: "Tomcat Users List" <tomcat-user@jakarta.apache.org>
Sent: Friday, June 11, 2004 5:02 AM
Subject: Jarring custom taglibs: looking for a file named taglib.tld
<snip>
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
|