2015-02-27 19:26 GMT+03:00 <jboy...@apache.org>: > Author: jboynes > Date: Fri Feb 27 16:26:21 2015 > New Revision: 1662736 > > URL: http://svn.apache.org/r1662736 > Log: > Replace old taglibs library with Apache Standard Taglib 1.2.3 > > Added: > tomcat/trunk/webapps/examples/WEB-INF/lib/taglibs-standard-impl-1.2.3.jar > tomcat/trunk/webapps/examples/WEB-INF/lib/taglibs-standard-spec-1.2.3.jar > Removed: > tomcat/trunk/webapps/examples/WEB-INF/lib/jstl.jar > tomcat/trunk/webapps/examples/WEB-INF/lib/standard.jar >
I guess that taglibs-standard-impl-*.jar has to be added to "tomcat.util.scan.StandardJarScanFilter.jarsToSkip" setting in conf/catalina.properties to exclude it during TLD scanning, as the jar contains no TLDs. That setting already has "jstl.jar" but not the new file name. (The examples app should log a warning when it compiles the first JSP). Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org