A tag library within a web module resides in the WEB-INF/lib directory.
To add a tag library from the filesystem to a web module:
![]() |
When you add a tag library to a web module using the Add JSP Tag Library item, the web module's deployment descriptor is automatically updated to include an entry for the tag library. This entry maps the tag library to a URI that your JSP pages can use to get the tags. |
See Also | |
Custom Tag Libraries The Deployment Descriptor |