Check the code in org.apache.catalina.valves.RequestDumperValve
-- knoxy
On Thursday, January 08, 2009, at 07:51AM, "Josh Pollara"
wrote:
>Hi,
>
>
>
>I'm trying to mimic mod_unique functionality from apache into tomcat. I
>would like to have a unique string printed out in my access log for ea
Hi,
I'm trying to mimic mod_unique functionality from apache into tomcat. I
would like to have a unique string printed out in my access log for each
request tomcat serves. I thought maybe I could do this with "%S User
Session ID" from org.apache.catalina.valves.AccessLogValve but that
comes up