启动应用程序或通过 ant 编译 JSP 时,Tomcat 7 Jasper 抱怨 JAR 文件多余或放错位置。我收到以下消息
**compile-jsp:**
[jasper] Jul 31, 2012 7:15:15 PM org.apache.jasper.compiler.TldLocationsCache tldScanJar
[jasper] INFO: 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.
如何在扫描期间跳过不需要的 JAR 可以提高 tomcat 中的启动时间和 JSP 编译时间?
如何启用更好的输出?