Tomcat启动报错:SERVER: Error ListenerStart 排查过程记录
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Tomcat启动报错:SERVER: Error ListenerStart 排查过程记录相关的知识,希望对你有一定的参考价值。
报错的Tomcat截图:
要排查此问题,首先需要调整tomcat的日志级别,调整成通过log4j来记录日志的方式,具体的调整方式:
http://tomcat.apache.org/tomcat-7.0-doc/logging.html#Using_Log4j
按照要求调整之后,显示的错误信息:
理解: 可能由于log4j.properties配置文件放在jar包中无法访问导致的,所以将log4j.properties 放到war包的classes文件夹下,测试通过。
以上是关于Tomcat启动报错:SERVER: Error ListenerStart 排查过程记录的主要内容,如果未能解决你的问题,请参考以下文章
IDEA的maven web项目启动后报错:The server encountered an internal error () that prevented it from fulfilling
启动tomcat服务器报错:ERROR ContextLoader:307 - Context initialization failed
Error configuring application listener of class。。。NoClassDefFoundError。。某Listener 之启动tomcat报错
idea启动tomcat时报错:Error during artifact deployment. See server log for details.
spring整合shiro配置BUG,Tomcat启动不了:Error during artifact deployment. See server log for details