Tomcat 7错误,至少有一个JAR被扫描用于尚未包含TLD的TLD

时间:2015-07-06 10:03:45

标签: java spring maven tomcat intellij-idea

我使用Spring和MVC在Intellij IDEA 14.1.4上工作。 运行我的项目后,我收到了错误消息:

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.

我在互联网上搜索,我找到了解决问题的更多解决方案,但没有人能为我工作:(

  1. 他们是:"在\ conf \"中的logging.properties上添加这一行。

    org.apache.jasper.compiler.TldLocationsCache.level = FINE

  2. 我这样做但没有任何事情发生。

    http://i.imgur.com/RwWc7RC.png

    1. 第二个答案是:"在\ conf \"中的catalina.properties上添加此行。

      org.apache.catalina.startup.ContextConfig.jarsToSkip =

    2. 但是,没有任何事情发生

      http://i.imgur.com/wtfjqLl.png

      那么有人能救我吗? :d Thx提前

0 个答案:

没有答案