Re: logging multiple users using NDC

2003-08-16 Thread dlarmee
Shaligram, hmm. I would make sure that your Servlet engine is has not been configured to run using a SingleThreadedModel as the NDC is maintained on a thread-by-thread basis. For what it is worth, I have had good success using the mapped diagnostic context (MDC) for this purpose... and for wha

logging multiple users using NDC

2003-08-15 Thread Digambar, Shaligram (Consultant)
Hello, In our web application we have a JSP->Struts->EJB->Database dataFlow for each user. I am using log4j for logging the data to a log file and logFactor5 to display log from the log file. I am interested in sorting the logs for each user based on the user ID. Mulitple users can log into the web

RE: Using NDC

2002-11-27 Thread Thomas Muller
ub Co; ISBN: 0201310112; 1st edition (October 7, 1997) -- Thomas | -Original Message- | From: Ricardo Moral [mailto:[EMAIL PROTECTED]] | Sent: 27 November 2002 13:51 | To: Log4J Users List | Subject: RE: Using NDC | | | NDC is a desing pattern, right? Does anybody know | where t

RE: Using NDC

2002-11-27 Thread Ricardo Moral
[mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, November 19, 2002 1:34 AM > > To: Log4J Users List > > Subject: Using NDC > > > > > > Hi, > > > > Can somebody tell me how to use NDC ? Is there any > good site > > to find more info > &

Re: Using NDC

2002-11-18 Thread Ceki Gülcü
Did you try the log4j web site? At 02:34 19.11.2002 -0500, you wrote: Hi, Can somebody tell me how to use NDC ? Is there any good site to find more info about NDC and examples abhijeet -- Ceki TCP implementations will follow a general principle of robustness: be conservative in what you do,

RE: Using NDC

2002-11-18 Thread Chintalapati, Shyam
age- > From: Abhijeet Sarwate [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, November 19, 2002 1:34 AM > To: Log4J Users List > Subject: Using NDC > > > Hi, > > Can somebody tell me how to use NDC ? Is there any good site > to find more info > about NDC and ex

Using NDC

2002-11-18 Thread Abhijeet Sarwate
Hi, Can somebody tell me how to use NDC ? Is there any good site to find more info about NDC and examples abhijeet -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: I have a problem using NDC

2001-04-21 Thread Paul Glezen
[EMAIL PROTECTED] wrote: > > Thanks for the response, but I am still not clear how the Appserver can be > helpful in my case. > > I need to log the 'login Id' from my session in every log output. At any > given instance of time multiple users can log in and I need to maintain the > activity th

Re: I have a problem using NDC

2001-04-16 Thread akapoor
[EMAIL PROTECTED] 04/13/01 cc: (bcc: Abhinav Kapoor/GRS/GRN) 05:16 PM Subject: Re: I have a problem using NDC

Re: I have a problem using NDC

2001-04-13 Thread Ceki Gülcü
onstruct my Categories. >I also want to log the user information, for this I tried using NDC. I >pushed the user specific information in the NDC stack. The problem is that >when the code is passed to the server side java classes and EJBs the >Appserver decided to allocate the thread and hence

I have a problem using NDC

2001-04-13 Thread akapoor
I am developing a Web application which is running on weblogic app server. I am using the normal java package name scheme to construct my Categories. I also want to log the user information, for this I tried using NDC. I pushed the user specific information in the NDC stack. The problem is that

Re: Using NDC to enable logging over a thread of control

2001-03-04 Thread Ceki Gülcü
methods with the current Category object. > >Comments? Suggestions? > >Ashton > > >From: "Scott M Stark" <[EMAIL PROTECTED]> >To: "LOG4J Users Mailing List" <[EMAIL PROTECTED]> >Subject: Re: Using NDC to enable logging over a thread

Re: Using NDC to enable logging over a thread of control

2001-02-27 Thread Ashton Vaz
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Tuesday, February 27, 2001 10:34 PM > Subject: Re: Using NDC to enable logging over a thread of control > > > > Apologies for the cross post, but I think this should be read by > members > > of the

Re: Using NDC to enable logging over a thread of control

2001-02-27 Thread Scott M Stark
AIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, February 27, 2001 10:34 PM Subject: Re: Using NDC to enable logging over a thread of control > Apologies for the cross post, but I think this should be read by members > of the dev list as well. >

Re: Using NDC to enable logging over a thread of control

2001-02-27 Thread Ashton Vaz
gories or b) Have the ability to turn on/turn off the sessions implemented as methods with the current Category object. Comments? Suggestions? Ashton From: "Scott M Stark" <[EMAIL PROTECTED]> To: "LOG4J Users Mailing List" <[EMAIL PROTECTED]> Subject: Re: U

Re: Using NDC to enable logging over a thread of control

2001-02-18 Thread John Carnahan
"LOG4J Users Mailing List" <[EMAIL PROTECTED]> > Sent: Friday, February 16, 2001 6:27 PM > Subject: Re: Using NDC to enable logging over a thread of control > > > Could you go into a little more detail? Do you want to correlate messages with >Threads > > or with

Re: Using NDC to enable logging over a thread of control

2001-02-17 Thread Scott M Stark
quot;LOG4J Users Mailing List" <[EMAIL PROTECTED]> Sent: Saturday, February 17, 2001 12:46 PM Subject: Re: Using NDC to enable logging over a thread of control > I've never tried the NDC approach before... do you think it would work? > > > On Friday, February 16, 2001,

Re: Using NDC to enable logging over a thread of control

2001-02-17 Thread Christopher Taylor
; - Original Message - > From: Christopher Taylor > To: LOG4J Users Mailing List > Sent: Friday, February 16, 2001 6:56 PM > Subject: Re: Using NDC to enable logging over a thread of control > > > If I'm understanding your need correctly, you could probably do this in

Re: Using NDC to enable logging over a thread of control

2001-02-16 Thread Scott M Stark
tatic category namespace. - Original Message - From: Christopher Taylor To: LOG4J Users Mailing List Sent: Friday, February 16, 2001 6:56 PM Subject: Re: Using NDC to enable logging over a thread of control If I'm understanding your need correctly, you could probably do this in the fo

Re: Using NDC to enable logging over a thread of control

2001-02-16 Thread Christopher Taylor
y limit to dump out all possible msgs. I just want to toggle a request parameter that triggers logging throughout one particular thread of control the user is interacting with. - Original Message - From: "Christopher Taylor" <[EMAIL PROTECTED]> To: "LOG4J Users Mailing

Re: Using NDC to enable logging over a thread of control

2001-02-16 Thread Scott M Stark
cting with. - Original Message - From: "Christopher Taylor" <[EMAIL PROTECTED]> To: "LOG4J Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, February 16, 2001 6:27 PM Subject: Re: Using NDC to enable logging over a thread of control > Could you go into a

Re: Using NDC to enable logging over a thread of control

2001-02-16 Thread Christopher Taylor
Could you go into a little more detail? Do you want to correlate messages with Threads or with clients? -Chris Scott M Stark wrote: > One common logging task I use frequently in server development is the ability to > enable logging across a thread of control beginning at some entry point. An e

Using NDC to enable logging over a thread of control

2001-02-16 Thread Scott M Stark
One common logging task I use frequently in server development is the ability to enable logging across a thread of control beginning at some entry point. An example is enabling all log msgs regardless of priority that are executed within a particular servlet's service() method. Going through the l