Finding which config file was used

2008-02-05 Thread Olivier Lefevre
How can one find out, after program initialization, which configuration file was read by log4j at startup? Yes, I could walk the classpath but there has to be a way to get that info from log4j directly. Thanks, -- O.L. - To un

Re: Configuring a file appender using environment variable

2009-10-28 Thread Olivier Lefevre
For the record, the answer is wrong, as I just found out. The ${xxx} does not expand the xxx environment variable but the xxx Java property, a big difference! You can work around it by setting some custom property to the value of the variable in question and using that property in your config, tho

Abstract methods in DelegatingResultSet

2012-06-18 Thread Olivier Lefevre
I just noticed that the DelegatingResultSet object handed by Tomcat sports a slew of abstract methods even though the class itself is not declared abstract. In Tomcat 7.0.x there are only 2 such methods: the two getObject methods taking a Class as second argument, which are also the only two metho

Re: Abstract methods in DelegatingResultSet

2012-06-18 Thread Olivier Lefevre
Please ignore! I sent it to this group by mistake: the log4j group entry is just above the tomcat group in my newsreader and I did not realized I had clicked on the wrong one. Thanks, -- O.L. - To unsubscribe, e-mail: log4j-us