アプリケーションを起動するか、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 コンパイル時間が改善されますか?
より良い出力を可能にする方法は?