Tomcat啓動錯誤排查


Tomcat部署兩個war包的狀況下,有一個war包部署失敗。java


日誌中提示web

十月 17, 2017 2:14:00 下午 org.apache.catalina.core.StandardContext startInternal
嚴重: One or more listeners failed to start. Full details will be found in the appropriate container log file
十月 17, 2017 2:14:00 下午 org.apache.catalina.core.StandardContext startInternal
嚴重: Context [/iot_ussdGateWay4C9] startup failed due to previous errors

沒有其它提示,不能解決問題,這時候須要獲取更加詳細的項目信息。apache

在不能成成功部署的項目目錄下WEB-INF/classes建立logging.properties文件,內容爲:tomcat

org.apache.catalina.core.ContainerBase.[Catalina].level=INFO
org.apache.catalina.core.ContainerBase.[Catalina].handlers=java.util.logging.ConsoleHandler

而後重啓tomcat,會在控制檯打印出所有錯誤信息。app

兩個項目的web.xml文件中存在相同的param-value,修改成不一樣值以後,解決問題,坑坑坑啊!!ide

相關文章
相關標籤/搜索