Log4J配置后, log4j:ERROR setFile(null,true) call failed. 报错:java.io.FileNotFoundException: /log/mytest2.log (系统找不到指定的路径。)

是log4j.properties与tomcat的log4j重名的原因

你把/WEB-INF/classes/log4j.properties的log4j配置文件改个名字看(如:log.properties)

因为在tomcat启动是默认去找log4j.properties,但此时Listener还没有起来,tomcat就要往/WEB-INF/logs/log4j.log 写日志就找不到了

 

 

相关spring log4j的资料

http://www.easyjf.com/blog/html/20080108/1015819.html

http://www.fish888.com/log4j-properties-t153471

http://www.javauu.com/redirect.php?tid=4499&goto=lastpost

http://yulimin.javaeye.com/blog/27429

你可能感兴趣的:(Log4J配置后, log4j:ERROR setFile(null,true) call failed. 报错:java.io.FileNotFoundException: /log/mytest2.log (系统找不到指定的路径。))