Until 'static' is removed from all loggers, it might be best to advise users


* to avoid putting mina jars in a shared classpath ( like for example
${tomcat_home}/shared/lib/ )
* to avoid putting slf4j jars in a shared classpath

In general, I would advise against using the shared classpath at all.

Maarten

On 5/31/07, Trustin Lee <[EMAIL PROTECTED]> wrote:

On 5/31/07, peter royal <[EMAIL PROTECTED]> wrote:
> On May 30, 2007, at 9:24 PM, Trustin Lee wrote:
> > On 5/31/07, peter royal <[EMAIL PROTECTED]> wrote:
> >> On May 30, 2007, at 6:43 PM, [EMAIL PROTECTED] wrote:
> >> > Made ExecutorFilter.logger non-static for easier tracking of class
> >> > loader issues
> >>
> >> curious as to how this helps?
> >
> > http://wiki.apache.org/jakarta-commons/Logging/StaticLog
> >
> > To be strict, it doesn't help tracking the problem but removes the
> > problem.
>
> from reading that, sounds like we should remove 'static' from all
> loggers?

It is recommended to do so, but certain classes that is created very
often could be excluded to avoid excessive memory consumption.

Trustin
--
what we call human nature is actually human habit
--
http://gleamynode.net/
--
PGP Key ID: 0x0255ECA6

Reply via email to