At least one JAR was scanned for TLDs yet contained no TLDs.

Tomcat提示如下:

At least one JAR was scanned for TLDs yet contained no TLDs.

=========================================================================

解决方案:

配置Tomcat,不必去扫描jar包是否有TLDs。

打开Tomcat\conf\catalina.properties,加上

tomcat.util.scan.StandardJarScanFilter.jarsToSkip=\*.jar

 

如果还是不能解决。详情参考StackOverFlow:

https://stackoverflow.com/questions/14375673/how-to-fix-jsp-compiler-warning-one-jar-was-scanned-for-tlds-yet-contained-no-t

posted on 2017-06-15 20:42  乐之者v  阅读(468)  评论(0编辑  收藏  举报

导航