
JEE_tomcat
iteye_16401
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Using Log4j in Tomcat 6.0.x & 7.0.x
The paper is part of http://tomcat.apache.org/tomcat-6.0-doc/logging.html Using Log4jThis section explains how to configure Tomcat to use log4j rather than java.util.logging for all To...原创 2011-12-14 09:08:03 · 147 阅读 · 0 评论 -
Using Log4j in Tomcat 5.5.x
Create a file called log4j.properties with the following content and save it into common/classes.log4j.rootLogger=INFO,Rlog4j.appender.R=org.apache.log4j.DailyRollingFileAppender...原创 2011-12-14 10:16:20 · 102 阅读 · 0 评论