RE: ExtendedAccessLogValve pattern?

2009-02-03 Thread CameronL
I decided to dig through the source code myself as well and also found that this is the case, so thanks. Not exactly sure why they subclassed this without inheriting any of that functionality. Caldarale, Charles R wrote: > >> From: CameronL >> Subject: ExtendedAccessL

ExtendedAccessLogValve pattern?

2009-02-02 Thread CameronL
I'm attempting to configure my Tomcat 6 installation to print out a few POST parameters. I understand that in order to do this, I'll need to configure the ExtendedAccessLogValve and use the 'x-P(XXX)' field to print out the parameter I want. However, when I mix with some fields from the AccessLog