1. 程式人生 > >IDEA報錯org.apache.catalina.LifecycleException: Failed to start component

IDEA報錯org.apache.catalina.LifecycleException: Failed to start component

 

【問題】:IDEA啟動失敗,報錯。

         org.apache.catalina.LifecycleException: Failed to start component   

        [StandardEngine[Catalina].StandardHost[localhost].StandardContext[]]


【解決1】:檢視web.xml配置檔案是否出錯。

        我的錯誤是在web.xml中註冊Servlet時,少寫了點東西,所以報錯。