MyEclipse: TLD location stanlick - Mar 06, 2008 - 03:54 PM Post subject: TLD location
Is there a configuration setting that allows me to point to a non-standard location containing my TLD files?
Thanks,
Scottsupport-rkalla - Mar 06, 2008 - 04:17 PM Post subject: RE: TLD location
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.