tomcat 启动时遇到org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs

当发生这样的错误的时候

org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs

 

首先  打开本地的tomcat 找到目录下的conf

1.在conf下的logging.properties 中添加     

org.apache.jasper.servlet.TldScanner.level = FINE  重新启动项目  错误就会消失 

2.在conf下的Catalina.properties 中添加

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


项目就可以启动成功!!!

 

参考自:https://itwenti.com/?p=367

posted @ 2018-08-29 10:33  春眠不觉笑  阅读(23826)  评论(0编辑  收藏  举报