Post subject: TLD location Posted: Mar 06, 2008 - 03:54 PM
Veteran Member
Joined: Oct 01, 2004
Posts: 73
Is there a configuration setting that allows me to point to a non-standard location containing my TLD files?
Thanks,
Scott
support-rkalla
Post subject: RE: TLD location Posted: Mar 06, 2008 - 04:17 PM
Registered Member
Joined: Jan 06, 2004
Posts: 23855
Scott,
The URI's for your taglibs actually act as hashtable lookups, so it's possible to place your TLDs anywhere you want (like /WEB-INF/tlds) as long as you add web.xml entries that remap those URIs to the actual TLD locations, and then make sure your JSP pages reference the correct URI.