On Thu, 27 Jun 2002, Ceki Gülcü wrote:
> >I don't know any other way to pass/extract the information.
>
> If there is an object that keeps track of contexts, you can pass it to
> the ContextualRepositorySelector when you instantiate it (the
> CRS). The CRS could ask that object to return "the cu
At 07:33 27.06.2002 -0700, [EMAIL PROTECTED] wrote:
>On Thu, 27 Jun 2002, Ceki Gülcü wrote:
>
> > Let me just mention that using the TCL to keep track of the context is
> > just one possible solution. Is there another place that keeps track of
> > what thread is executing what web-application? Rem
On Thu, 27 Jun 2002, Ceki Gülcü wrote:
> Let me just mention that using the TCL to keep track of the context is
> just one possible solution. Is there another place that keeps track of
> what thread is executing what web-application? Remember that the
> ContextRepositorySelector is implemented wi
At 07:03 27.06.2002 -0700, [EMAIL PROTECTED] wrote:
> > As an aside, setting the logger in the static init method is almost always
> > wrong for a servlet. If the class is living in a jar in lib/apps, then
> only
> > one logger gets created even if the servlet is used in several webapps.
>
>+1
>
"Ceki Gülcü" <[EMAIL PROTECTED]>
> > > To: "Tomcat Developers List" <[EMAIL PROTECTED]>
> > > Sent: Wednesday, June 26, 2002 2:57 PM
> > > Subject: Re: Logging separation
> > >
> > >
> > >
> > > A diff
At 15:46 26.06.2002 -0700, Bill Barker wrote:
>As an aside, setting the logger in the static init method is almost always
>wrong for a servlet. If the class is living in a jar in lib/apps, then only
>one logger gets created even if the servlet is used in several webapps.
This is an important ob
At 15:15 26.06.2002 -0700, [EMAIL PROTECTED] wrote:
>On Wed, 26 Jun 2002, Ceki Gülcü wrote:
>
>
> > A difficulty I encountered while implementing the solution outlined in
> > http://qos.ch/containers/sc.html is the difference of TCL while the the
> > static class initializer of a servlet class is
- Original Message -
From: <[EMAIL PROTECTED]>
To: "Tomcat Developers List" <[EMAIL PROTECTED]>
Sent: Wednesday, June 26, 2002 3:33 PM
Subject: Re: Logging separation
> On Wed, 26 Jun 2002, Bill Barker wrote:
>
> > This is basically the same as
>
> De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Enviado el: 27 de junio de 2002 0:33
> > any container-sensitive operations.
>
> Do you think we should set the TCL before calling contextInit or in
> ServetHandler.getServlet() ?
Just reviewed that code, +1 for this change..
Ceki is talkin
lt;[EMAIL PROTECTED]>
> Sent: Wednesday, June 26, 2002 2:57 PM
> Subject: Re: Logging separation
>
>
>
> A difficulty I encountered while implementing the solution outlined in
> http://qos.ch/containers/sc.html is the difference of TCL while the the
> static class initi
essage -
From: "Ceki Gülcü" <[EMAIL PROTECTED]>
To: "Tomcat Developers List" <[EMAIL PROTECTED]>
Sent: Wednesday, June 26, 2002 2:57 PM
Subject: Re: Logging separation
A difficulty I encountered while implementing the solution outlined in
http://qos.ch/containers/
On Wed, 26 Jun 2002, Ceki Gülcü wrote:
> A difficulty I encountered while implementing the solution outlined in
> http://qos.ch/containers/sc.html is the difference of TCL while the the
> static class initializer of a servlet class is executed and the TCL while a
> servlet is running. There
A difficulty I encountered while implementing the solution outlined in
http://qos.ch/containers/sc.html is the difference of TCL while the the
static class initializer of a servlet class is executed and the TCL while a
servlet is running. There are two distinct TCLs. (I've tried this on Tomcat
13 matches
Mail list logo