Re: Using JNDI in addition to system properties

2007-10-12 Thread Will Sargent
Done. On 10/12/07, Jacob Kjome <[EMAIL PROTECTED]> wrote: > > Feel free to add a reference to it in the Wiki... > > http://wiki.apache.org/logging-log4j/Log4jRelatedResources > > Jake > > At 02:39 PM 10/11/2007, you wrote: > >There's an interest in the functionality, but it doesn't seem to have >

Re: Using JNDI in addition to system properties

2007-10-12 Thread Jacob Kjome
Feel free to add a reference to it in the Wiki... http://wiki.apache.org/logging-log4j/Log4jRelatedResources Jake At 02:39 PM 10/11/2007, you wrote: >There's an interest in the functionality, but it doesn't seem to have >made it into log4j yet -- it's still pretty weak at configuration in >gen

Re: Using JNDI in addition to system properties

2007-10-11 Thread Will Sargent
There's an interest in the functionality, but it doesn't seem to have made it into log4j yet -- it's still pretty weak at configuration in general. I have a layered configurator uses system properties, and I hope that is going to make it into log4j. You can use it as a basis for writing your own

Re: Using JNDI in addition to system properties

2007-10-11 Thread Lilianne E. Blaze
Is there really no interest for such functionality? Lilianne E. Blaze wrote: > Hello, > I need something like the default xml configurator, but with the ability > to use jndi (for example all name=value pairs from java:comp/env/log4j) > in addition to system properties. I think I can write it, but

Using JNDI in addition to system properties

2007-10-08 Thread Lilianne E. Blaze
Hello, I need something like the default xml configurator, but with the ability to use jndi (for example all name=value pairs from java:comp/env/log4j) in addition to system properties. I think I can write it, but first I'd like to ask - is there anything like this available? I'd prefer not to rein