Re: cannot write to a file with rollingfileappender in log4j1.3

2007-01-20 Thread dirk ooms
I tried your below config file with 1.3alpha8. It works fine except for a small typo (see inline). Could it be that there is still a log4j 1.2 jar hanging around in your app? On Tuesday 16 January 2007 17:36, Surya Poola wrote: > Dirk, > I have multiple instance of webapp applications .So cu

Re: cannot write to a file with rollingfileappender in log4j1.3

2007-01-20 Thread dirk ooms
Curt, > > classes of each webapp. it will then be picked up by > > JoranConfigurator (without doing anything explicit in your code, > > except for a getLogger()). Do not use the in > > version 1.3, JoranConfigurator does not accept it. > > I'm pretty sure that you are mistaken on the lack of supp