This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Tomcat and the fly likes TOMCAT valve/global-filter setting MDC Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "TOMCAT valve/global-filter setting MDC" Watch "TOMCAT valve/global-filter setting MDC" New topic
Author

TOMCAT valve/global-filter setting MDC

Veeresh Hubballi
Greenhorn

Joined: Apr 10, 2011
Posts: 2
I am trying to set MDC values in a global filter/Custom Valve.

MDC.put("user","testuser")

Why i am not able to see tha same getting appended in the logs.
I have included [%X{user}].But i get empty([]) in my logs.

And more over MDC.class.hashCode() in the valve/global filter and in servlet are showing different values even though Thread.currentThread().getname() is same.



 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: TOMCAT valve/global-filter setting MDC
 
Similar Threads
problem writing tomcat valve
Logging and session values
Java Logging and concurrent users
Logging in different servers
How to configure Tomcat to log POST data?