Re: Logging cookies in Tomcat 7

2012-11-26 Thread Konstantin Kolinko
2012/11/26 Russ Kepler : > On Monday, November 26, 2012 01:44:25 PM Christopher Schultz wrote: > > so if there doesn't seem to be a general "print the cookies" pattern. I see > a %S and that seems to be printing You can print all cookies sent by the client with %{Cookie}i and new cookies sent b

Re: Logging cookies in Tomcat 7

2012-11-26 Thread Russ Kepler
On Monday, November 26, 2012 12:05:45 PM Russ Kepler wrote: > On Monday, November 26, 2012 01:44:25 PM Christopher Schultz wrote: > > On 11/26/12 1:27 PM, Russ Kepler wrote: > > > I'm running Tomcat 7 with juli logging enabled and so I'm seeing > > > the standard logfiles. In my access log I'm see

Re: Logging cookies in Tomcat 7

2012-11-26 Thread Russ Kepler
On Monday, November 26, 2012 01:44:25 PM Christopher Schultz wrote: > On 11/26/12 1:27 PM, Russ Kepler wrote: > > I'm running Tomcat 7 with juli logging enabled and so I'm seeing > > the standard logfiles. In my access log I'm seeing the standard > > entries on each line and I'd like to see the c

Re: Logging cookies in Tomcat 7

2012-11-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Russ, On 11/26/12 1:27 PM, Russ Kepler wrote: > I'm running Tomcat 7 with juli logging enabled and so I'm seeing > the standard logfiles. In my access log I'm seeing the standard > entries on each line and I'd like to see the cookies being passed > a

Logging cookies in Tomcat 7

2012-11-26 Thread Russ Kepler
I'm running Tomcat 7 with juli logging enabled and so I'm seeing the standard logfiles. In my access log I'm seeing the standard entries on each line and I'd like to see the cookies being passed as well - is there an easy way to do this - a property to set on the start up or something similar?