Hi guys, I have the web-jsptaglibrary_1_1.dtd put under WEB-INF\dtds . One of my tlds which is under WEB-INF\tags\up is referring to the dtd like this
<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN" "../../dtds/web-jsptaglibrary_1_1.dtd"> When i start the jboss server and try to access any custom tag which refers the tld, server throws an exception like this org.apache.jasper.JasperException: Unable to initialize TldLocationsCache: XML parsing error on file /WEB-INF/tags/up/<file-name>.tld But if i change the reference of dtd to something like this <!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN" "http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd"> the problem disappears. Basically it's a problem of relative URI in jboss. Can anybody help me solve this problem of relative URI? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844889#3844889 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844889 ------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user