
11 Feb
2009
11 Feb
'09
6:28 p.m.
I didn't quite understand why you needed ContextJNDISelector.
I would like to have all web apps use the same configuration file that is kept outside of the war. Maybe ContextJNDISelector isn't what is needed? Would I use this technique (http://logback.qos.ch/faq.html#sharedConfiguration) in the listener for the web application? Instead of : context.putProperty("application-name", NAME_OF_CURRENT_APPLICATION); I would just set the MDC?