Re: How to print request headers and sessin attributes log4j logging

2006-02-21 Thread Frank W. Zammetti
Have a look at this: http://javawebparts.sourceforge.net/javadocs/javawebparts/request/RequestHelpers.html#logAllRequestInfo(javax.servlet.http.HttpServletRequest) This is a method in the RequestHelpers class in Java Web Parts (http://javawebparts.sourceforge.net). Since it uses JCL for logging,

Re: How to print request headers and sessin attributes log4j logging

2006-02-21 Thread Mark Womack
See the documentation for the MDC class. You will need to do some setup via a servlet Filter or other mechanism, and it will only apply to the thread handling the request. hth, -Mark On 2/18/06, sreenivas velagapudi <[EMAIL PROTECTED]> wrote: > Hi, > Is there any way i can print the request