I have a Servlet 3.0 project where web.xml
does not exist. Just realized web.xml
will needed to refer the TLD.
From Oracle custom JSP tag help page:
4 Reference the TLD in the Web application deployment descriptor (web.xml).
Is web.xml
the only way to go?