I've working on Intellij IDEA 14.1.4 with Spring and MVC. After I run my project I have that error message:
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.
I've search on the internet and I've found more solution for my problem but no one of them don't works for me :(
On of them was: "Add this line on logging.properties in \conf\"
org.apache.jasper.compiler.TldLocationsCache.level = FINE
and I do that but nothing happen.
http://i.imgur.com/RwWc7RC.png
And the second answer was: "Add this line on catalina.properties in \conf\"
org.apache.catalina.startup.ContextConfig.jarsToSkip=
but again, nothing happen
https://i.stack.imgur.com/GhBoR.png
So can anyone save me? :D Thx in advance