Where I can tell Tomcat which DTD to use in validating my TLDs? I'm using Tomcat 4.0.3 and itīs using the older version (web-jsptaglibrary_1_1.dtd) instead of the 1.2. I see both DTDs are included in the Tomcat's servlet.jar. My web.xml is already validating against the Servlet 2.3 DTD.
Javier