码迷,mamicode.com
首页 > Web开发 > 详细

org.apache.jasper.compiler.TldLocationsCache tldScanJar

时间:2014-08-19 16:37:14      阅读:145      评论:0      收藏:0      [点我收藏+]

标签:org.apache.jasper.co

    我在页面上一点击查询,console下面就有如下的红色文字:


2014-8-19 15:09:27 org.apache.jasper.compiler.TldLocationsCache tldScanJar
信息: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.

从控制台看的出来这里卡顿了一两秒,也就是说后台已经把数据查询出来,但是页面没有显示。原因是tomcat对于页面el表达式的校验。

解决方案是:你的页面中含有<!---->的注释 去掉就好了

org.apache.jasper.compiler.TldLocationsCache tldScanJar,布布扣,bubuko.com

org.apache.jasper.compiler.TldLocationsCache tldScanJar

标签:org.apache.jasper.co

原文地址:http://blog.csdn.net/zl544434558/article/details/38682195

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!