Re: AccessLogValve question: how to correctly log HttpSession attribute

2004-07-30 Thread Mitchell Teixeira
to correctly log HttpSession attribute You'll need implement toString() for your Promotion object. I was able to get the Webtrends 4 to read the output from the access log valve. (Fortunetly for me I haven't used webtrends since.) -Tim Mitchell Teixeira wrote: Hello, I have a question related

Re: AccessLogValve question: how to correctly log HttpSession attribute

2004-07-30 Thread Tim Funk
anyplace! Regards, MitchellT Date: Thu, 29 Jul 2004 20:21:30 -0400 From: Tim Funk [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: AccessLogValve question: how to correctly log HttpSession attribute You'll need implement toString() for your Promotion object. I was able to get

AccessLogValve question: how to correctly log HttpSession attribute

2004-07-29 Thread Mitchell Teixeira
Hello, I have a question related to capturing data in the Tomcat access logs. I'm using Tomcat 5.0.19 with the Sun 1.4.2_03 SDK on Windows 2000. According to the documentation for the Tomcat AccessLogValve component, I should be able to capture attributes in the HttpSession into my access logs.

Re: AccessLogValve question: how to correctly log HttpSession attribute

2004-07-29 Thread Tim Funk
You'll need implement toString() for your Promotion object. I was able to get the Webtrends 4 to read the output from the access log valve. (Fortunetly for me I haven't used webtrends since.) -Tim Mitchell Teixeira wrote: Hello, I have a question related to capturing data in the Tomcat access