<taglib-location>
This element is used to declare the location of the JSP Custom Tag Library TLD file.
The location should be specified as a relative path from the application root.
Example
<jsp-config>
<taglib>
<taglib-uri>http://metawerx.net/mapp/taglibs</taglib-uri>
<taglib-location>/WEB-INF/mapp.tld</taglib-location>
</taglib>
</jsp-config>
Notes
Parent-elements:
- <taglib> - container element which specifies the taglib-uri and taglib-location for declaring a JSP Custom Tag Library
See Also
- TLD Files - DTD and XSD - JSP 2.0 uses XSD declarations, see examples here for TLD files
- <taglib-uri> - a unique specifier for your taglib, for use in the declaration in your JSP files