One or more listeners failed to start. Full details will be found in the appropriate container log

 Tomcat: One or more listeners failed to start. Full details will be found in the appropriate container log file

遇到这个问题很烦人,因为不知道哪里出错。
所以在 WEB-INF/classes目录下新建logging.properties文件,添加以下内容:

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

然后就可以看到错误信息了。

原文

你可能感兴趣的:(bug)