Tomcat 9 solve "At least one JAR was scanned for TLDs yet contained no TLDs" issue (pro-test feasible)

1) Edit {CATALINA-HOME} /conf/logging.properties file, add the end of the file:

org.apache.jasper.servlet.TldScanner.level = FINE

2) (best to remove all the content {CATALINA-HOME} / work) restart Tomcat

Guess you like

Origin blog.csdn.net/l3922768721/article/details/91451278