I have 1 server running Tomcat 4.1.29 and 2 running Tomcat 5.5.17. I get the following on the 4.1.29 server org.apache.jasper.JasperException: This absolute uri (http://jakarta.apache.org/taglibs/i18n) cannot be resolved in either web.xml or the jar files deployed with this application
It is setup the same way as the 5.5.17 servers. Should this work or do I have to do something different for 4.1.29? I have this in web.xml: <taglib> <taglib-uri>http://jakarta.apache.org/taglibs/i18n</taglib-uri> <taglib-location>/WEB-INF/taglibs-i18n.tld</taglib-location> </taglib>
