1.
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....
----------------
tomcat/conf/logging.properties 加入
org.apache.jasper.servlet.TldScanner.level = FINE
2.
org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: ...
-------------------
解決方法:
請至Tomcat網站http://tomcat.apache.org/download-native.cgi,下載合適版本的Tomcat Native檔案,
下載的檔案包含有win32、i64、x64版本的tcnative-1.dll,
請選擇符合您Tomcat版本的tcnative-1.dll置入Tomcat安裝路徑CATALINA_HOME/bin中,即可解決問題。