Re: MDC cleanup - or other way for session logging

2004-04-26 Thread Ceki Gülcü
At 09:58 AM 4/20/2004, Stefan Preuss wrote: Helo, I'm developing an Web application based on JSP/Servlet/Bean. Up to now I'm using my own logger(s). Now I want to take advantage of log4j. For some simple java tools I changed before, log4j works fine. But in this case I have some trouble with

Re: MDC cleanup - or other way for session logging

2004-04-26 Thread Ceki Gülcü
At 09:58 AM 4/20/2004, you wrote: Helo, [snip] The application uses a session concept. The user starts with a login page (a servlet) which do some initial stuff. Then, when she entered her name and password the request is send to the menu (JSP) which uses a session bean what does the login.

Re: MDC cleanup - or other way for session logging

2004-04-26 Thread Stefan Preuss
At 21:02 23.04.2004, Ceki Gülcü wrote: At 09:58 AM 4/20/2004, Stefan Preuss wrote: Helo, I'm developing an Web application based on JSP/Servlet/Bean. Up to now I'm using my own logger(s). Now I want to take advantage of log4j. For some simple java tools I changed before, log4j works fine. But

MDC cleanup - or other way for session logging

2004-04-20 Thread Stefan Preuss
Helo, I'm developing an Web application based on JSP/Servlet/Bean. Up to now I'm using my own logger(s). Now I want to take advantage of log4j. For some simple java tools I changed before, log4j works fine. But in this case I have some trouble with the logging on server side. The application