Chinaunix首页 | 论坛 | 博客
  • 博客访问: 29951040
  • 博文数量: 708
  • 博客积分: 12163
  • 博客等级: 上将
  • 技术积分: 8240
  • 用 户 组: 普通用户
  • 注册时间: 2007-12-04 20:59
文章分类

全部博文(708)

分类: Java

2011-11-04 16:09:06

Today I got this error message from Tomcat 6.0.24:

log4j:ERROR LogMananger.repositorySelector was null likely due to error
in class reloading, using NOPLoggerRepository.


The reason for the error is a new listener in Tomcat 6.0.24. You can fix this error by adding this line:

org.apache.catalina.loader.WebappClassLoader.ENABLE_CLEAR_REFERENCES=false

to the "conf/catalina.properties" file in your tomcat directory.

 

 

网上资料,的确解决了问题。

阅读(1498) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~