Re: [Configuration] experimental branch uses java.util.logging?

2009-06-19 Thread Don Brown
On Fri, Jun 19, 2009 at 6:50 PM, Emmanuel Bourg wrote: > Don Brown a écrit : >> >> Sure, but that's kinda my point - many webapps, ours (Atlassian) in >> particular, cannot assume a specific application server.  Our apps >> must be able to be dropped into any app s

Re: [Configuration] experimental branch uses java.util.logging?

2009-06-19 Thread Don Brown
ut since JUL is a java.* package, we're stuck. Don On Fri, Jun 19, 2009 at 6:22 PM, Emmanuel Bourg wrote: > Don Brown a écrit : >> >> I'd be happy to be proven wrong, but isn't there one huge disadvantage of >> JUL - lack of per-webapp configuration?  How w

Re: [Configuration] experimental branch uses java.util.logging?

2009-06-19 Thread Don Brown
I'd be happy to be proven wrong, but isn't there one huge disadvantage of JUL - lack of per-webapp configuration? How would one webapp decide to redirect JUL to a file without affecting any other webapp in the same JVM? If this is indeed the case, JUL is a showstopper for any webapp that can't ass