tomcat9.0调试时报错
tomcat9.0直接启动正常,但如果是调试启动则会报错。如图:
控制台信息输出为:
org.apache.jasper.servlet.TldScanner scanJars
信息: 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.
请问是什么原因,改怎么解决,谢谢!