org.apache.catalina.core.StandardContext startInternal SEVERE: Error listenerStart

后端 未结 6 688
伪装坚强ぢ
伪装坚强ぢ 2021-02-02 06:17

I am trying to start my web application on Tomcat 7, but whenever I click on the start button, I get this error:

FAIL - Application at context path /Web c

6条回答
  •  星月不相逢
    2021-02-02 06:49

    For Intellij Idea sometime localhost.log file generated at different location. For e.g. you can find it at homedirectory\ .IntelliJIdea14\system\tomcat.

    IF you are using spring then start ur server in debug mode and put debug point in catch block of org.springframework.context.support.AbstractApplicationContext's refresh() method. If bean creation fails you would be able to see the exception.

提交回复
热议问题