unique identification in access log

2009-01-08 Thread Josh Pollara
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

Re: unique identification in access log

2009-01-08 Thread David Knox
Check the code in org.apache.catalina.valves.RequestDumperValve -- knoxy On Thursday, January 08, 2009, at 07:51AM, Josh Pollara jpoll...@millennialmedia.com 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