weird problem with webapp container logging

2008-07-10 Thread Brian Szabo
I am using log4j 1.2.15... I have set up tomcat with a root logger properties in tomcat_home/lib and of course the jar file. This works fine. I also want seperate webapp log files by putting the jar file in WEB-INF/lib and the properties file in the WEB-INF/classes. My problem is that the 1st

Re: How to use a RollingFileAppender asynchronously?

2008-07-10 Thread krista
Okay. What if I have multiple threads within a single process trying to write to the same file? James A. N. Stauffer wrote: > > Multiple processes can't write to the same file even with > AsyncAppender. AsyncAppender is so that logging doesn't have to wait > for the message to be written wh

RE: fixedWindowRollingPolicy.setFileNamePattern

2008-07-10 Thread Eric Kolotyluk
OK, I found it now, thanks. I had to use WinZip to find it; Windows Explorer could not see it for some reason. I cannot understand why they put the jar file in such a subtle place - I can see absolutely no point in that. I'll play with it now. Thanks for the tip. Cheers, Eric -Original Mess