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" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Friday, June 11, 2004 5:02 AM
Subject: Jarring custom taglibs: looking for a file named taglib.tld
<snip>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]