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

后端 未结 6 754
伪装坚强ぢ
伪装坚强ぢ 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:54

    It can be due to a number of reasons happening when configuring the listener. Best way is to log and see the actual error. You can do this by adding a logging.properties file to the root of your classpath with the following contents:

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

提交回复
热议问题