tomcat:log4j-DailyRollingFileAppender 失败问题

org.apache.log4j.DailyRollingFileAppender 失效

原因:conf/server.xml文件中,插入了该语句

解决:去除该语句,在外部调用root.xml实现域名访问功能

更改tomcat的log日志为log4j接收:采取以下方案
conf/context.xml中,将
作用:增加 swallowOutput=”true” 的属性配置,只有这样才能完全的把tomcat的stdout 给接管过来

引用:
http://blog.csdn.net/buoll/article/details/17389827(答案)
http://bbs.csdn.net/topics/380214768
http://www.open-open.com/lib/view/1394111873932
https://pastebin.com/xc6XrS86
http://tomcat.10.x6.nabble.com/swallowOutput-quot-true-quot-not-working-Why-td2154073.html

你可能感兴趣的:(java系列)