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,
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