I�m using Tomcat 4.0.3 I have written a tag library descriptor that fit the current Sun's DTD (web-jsptaglibrary_1_2.dtd), with the names of the elements according with the XML recomendation (i.e., tlib-version), it originates the next Parse Error when starting Tomcat:
org.xml.sax.SAXParseException: Element type tlib-version must be declared However, if I write the TLD according to the previous version (web-jsptaglibrary_1_1.dtd, tlibversion instead o tlib-version) that doesn't validate against the DTD, it works perfectly. I�ve seen that in the Tomcat's servlet.jar there are both DTDs. Where I can configure which one I want Tomcat to work with?
