Tomcat 8.5 安裝錯誤修正

網路與網站相關議題和知識
回覆文章
dtchang
Site Admin
文章: 84
註冊時間: 2017-01-22, 16:54

Tomcat 8.5 安裝錯誤修正

文章 dtchang » 2018-02-04, 18:49

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中,即可解決問題。

回覆文章