1 29-Jul-2017 20:06:19.353 嚴重 [RMI TCP Connection(5)-127.0.0.1] org.apache.catalina.core.StandardContext.startInternal One or more listeners failed to start. Full details will be found in the appropriate container log file 2 29-Jul-2017 20:06:19.353 嚴重 [RMI TCP Connection(5)-127.0.0.1] org.apache.catalina.core.StandardContext.startInternal Context [/Demo1] startup failed due to previous errors
今天第一次使用idea去創建Spring項目時,部署項目時Tomcat出現以上錯誤,在網上搜索了很久才發現原來是忘記配置artifacts,配置方法見http://www.cnblogs.com/Miracle-Maker/articles/6476687.html,當然引發類似錯誤的原因有很多種,網上大多是缺少jar包和xml配置文件出現問題,樓主這種情況比較少見 - -!