Re: [OT] Access Log Valve

2023-04-05 Thread Christopher Schultz
Jon, On 4/4/23 15:01, jonmcalexan...@wellsfargo.com.INVALID wrote: Hi everybody, I'm trying to understand the Logging Valve better for the Access Logs. I saw in there that the Apache HTTPD Logging format is supported, but not entirely sure on how to implement. Is something like this kosher? W

Access Log Valve

2023-04-04 Thread jonmcalexander
Hi everybody, I'm trying to understand the Logging Valve better for the Access Logs. I saw in there that the Apache HTTPD Logging format is supported, but not entirely sure on how to implement. Is something like this kosher? We would like to output this in json format. LogFormat "{ \"timestamp

Re: Access Log Valve invalid requests

2012-03-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 3/23/12 12:58 PM, André Warnier wrote: > Find him and shoot him. Or just firewall him out. - -chris -BEGIN PGP SIGNATURE- Version: GnuPG/MacGPG2 v2.0.17 (Darwin) Comment: GPGTools - http://gpgtools.org Comment: Using GnuPG with Moz

RE: Access Log Valve invalid requests

2012-03-23 Thread Leo Donahue - PLANDEVX
> -Original Message- > From: André Warnier [mailto:a...@ice-sa.com] > Subject: Re: Access Log Valve invalid requests > > Leo Donahue - PLANDEVX wrote: > > Tomcat 6.0.35 > > > > http://tomcat.apache.org/tomcat-6.0- > doc/config/valve.html#Access_Log_V &g

Re: Access Log Valve invalid requests

2012-03-23 Thread André Warnier
Leo Donahue - PLANDEVX wrote: Tomcat 6.0.35 http://tomcat.apache.org/tomcat-6.0-doc/config/valve.html#Access_Log_Valve "Some requests may be handled by Tomcat before they are passed to a container. These include redirects from /foo to /foo/ and the rejection of invalid requests". What is an

Re: Access Log Valve invalid requests

2012-03-23 Thread Konstantin Kolinko
2012/3/23 Leo Donahue - PLANDEVX : > Tomcat 6.0.35 > > http://tomcat.apache.org/tomcat-6.0-doc/config/valve.html#Access_Log_Valve > > "Some requests may be handled by Tomcat before they are passed to a > container.  These include redirects from /foo to /foo/ and the rejection of > invalid request

Access Log Valve invalid requests

2012-03-23 Thread Leo Donahue - PLANDEVX
Tomcat 6.0.35 http://tomcat.apache.org/tomcat-6.0-doc/config/valve.html#Access_Log_Valve "Some requests may be handled by Tomcat before they are passed to a container. These include redirects from /foo to /foo/ and the rejection of invalid requests". What is an invalid request? If I have a d

Re: thread name in extended access log valve

2011-07-20 Thread Konstantin Kolinko
2011/7/21 Anthony J. Biacco : > No biggie. Wish I knew more java than hello world to help with a patch. > Heck, I didn't even know about the extended valve until I read the > 7.0.19 changelog and then docs. > Create an enhancement request in bugzilla. Maybe somebody will take a look at it. Formal

RE: thread name in extended access log valve

2011-07-20 Thread Anthony J. Biacco
abia...@formatdynamics.com http://www.formatdynamics.com > -Original Message- > From: Rainer Jung [mailto:rainer.j...@kippdata.de] > Sent: Wednesday, July 20, 2011 3:38 PM > To: users@tomcat.apache.org > Subject: Re: thread name in extended access log valve > > On 20.07.201

Re: thread name in extended access log valve

2011-07-20 Thread Rainer Jung
On 20.07.2011 20:15, Anthony J. Biacco wrote: > I was using AccessLogValve in Tomcat 7 and am now starting to play with > ExtendedAccessLogValve, but can't find an equivalent to AccessLogValve's > %I identifier. > Is there one? No, patches welcome. I very recently added docs for this valve, which

thread name in extended access log valve

2011-07-20 Thread Anthony J. Biacco
I was using AccessLogValve in Tomcat 7 and am now starting to play with ExtendedAccessLogValve, but can't find an equivalent to AccessLogValve's %I identifier. Is there one? Thanks, -Tony --- Manager, IT Operations Format Dynamics, Inc. P: 303-228-7327 F: 303-228-7305 abia

Re: Access Log Valve - Query String

2010-10-14 Thread Tim Funk
Use pattern="combined" to see the querystring -Tim On 10/12/2010 12:21 PM, Leo Donahue - PLANDEVX wrote: I am currently using the common pattern to log all requests using the Access Log Valve. - To u

RE: Access Log Valve - Query String

2010-10-12 Thread Leo Donahue - PLANDEVX
>-Original Message- >From: Leo Donahue - PLANDEVX [mailto:leodona...@mail.maricopa.gov] >Subject: Access Log Valve - Query String > >I am currently using the common pattern to log all requests using the >Access Log Valve. > >directory="c:/

Access Log Valve - Query String

2010-10-12 Thread Leo Donahue - PLANDEVX
I am currently using the common pattern to log all requests using the Access Log Valve. Question: I'd like to start logging the Query String - I think. The webapp is a JSF webapp, using Sun RI 1.2 of JSF. I'm not interested in logging the javax.faces.ViewState parameter

RE: Access Log Valve

2010-05-06 Thread Caldarale, Charles R
> From: Leo Donahue - PLANDEVX [mailto:leodona...@mail.maricopa.gov] > Subject: Access Log Valve > > Why is the access log valve in server.xml commented out initially? Because it's additional overhead. If you're willing to trade off the overhead for the information, tur

Access Log Valve

2010-05-06 Thread Leo Donahue - PLANDEVX
/6.0.24 Server built: January 19 2010 1439 Server number: 6.0.0.0 OS Name:Windows 2003 OS Version: 5.2 Architecture: x86 JVM Version:1.6.0_14-b08 JVM Vendor: Sun Microsystems Inc. I know, I need to update a few items. Why is the access log valve in server.xml commented out

Re: %t in access log valve?

2008-03-19 Thread Dan Keeley
Dan Keeley wrote: Hi all, Just a quick one; It's not clear from the docs. is %t in the accessLogValve the request datetime or the response datetime? It makes a difference to us! thanks, Dan End of response (logging time). Caution: for Apache httpd 2.x it's start of request. Thats great, t

Re: %t in access log valve?

2008-03-07 Thread Rainer Jung
Dan Keeley wrote: Hi all, Just a quick one; It's not clear from the docs. is %t in the accessLogValve the request datetime or the response datetime? It makes a difference to us! thanks, Dan End of response (logging time). Caution: for Apache httpd 2.x it's start of request. -

%t in access log valve?

2008-03-07 Thread Dan Keeley
Hi all, Just a quick one; It's not clear from the docs. is %t in the accessLogValve the request datetime or the response datetime? It makes a difference to us! thanks, Dan - To start a new topic, e-mail: users@tomcat.apache.org

Re: %t in access log valve?

2008-03-07 Thread Mark Thomas
Dan Keeley wrote: Hi all, Just a quick one; It's not clear from the docs. is %t in the accessLogValve the request datetime or the response datetime? It makes a difference to us! thanks, Dan When starting a new thread (ie sending a message to the list about a new topic) please do not reply

%t in access log valve?

2008-03-07 Thread Dan Keeley
Hi all, Just a quick one; It's not clear from the docs. is %t in the accessLogValve the request datetime or the response datetime? It makes a difference to us! thanks, Dan - To start a new topic, e-mail: users@tomcat.apache.

Re: Log file analyser for Access Log Valve output

2007-08-10 Thread David Smith
<[EMAIL PROTECTED]> wrote: As I understand it access log valve outputs a compatible format to Apache Httpd so Webalizer should be able to analyze and provide reports. --David Lyallex wrote: Hi Tomcat 5.5.23 Java 1.5.0_10 First let me say thanks to the users on this list tha

Re: Log file analyser for Access Log Valve output

2007-08-10 Thread Lyallex
Looks interesting. Thanks On 8/10/07, David Smith <[EMAIL PROTECTED]> wrote: > > As I understand it access log valve outputs a compatible format to > Apache Httpd so Webalizer should be able to analyze and provide reports. > > --David > > > Lyallex wrote: > &g

Re: Log file analyser for Access Log Valve output

2007-08-10 Thread David Smith
As I understand it access log valve outputs a compatible format to Apache Httpd so Webalizer should be able to analyze and provide reports. --David Lyallex wrote: Hi Tomcat 5.5.23 Java 1.5.0_10 First let me say thanks to the users on this list that have answered my (no doubt irritating

Log file analyser for Access Log Valve output

2007-08-10 Thread Lyallex
, DataSources, logging and all sorts of other nonsense, fantastic stuff. At the risk of enraging some on this list I was wondering if I might ask about viewers for the output from the Access Log Valve. I have read the appropriate documentation and I understand that the output is in some sort of standard

Re: Any issues with using Access Log Valve in production??

2006-01-17 Thread Tim Funk
eriod. But if you are running out of workers - you probably have configuration issues. On CPU starved devices, it might be handy to not use the access log valve. -Tim Edmon Begoli wrote: Hey all, Can someone tell me if there are any significant performance issues with using *Access Log Valve on

Any issues with using Access Log Valve in production??

2006-01-17 Thread Edmon Begoli
Hey all, Can someone tell me if there are any significant performance issues with using *Access Log Valve on* the heavily used production box? -- Thank you, Edmon Begoli http://blogs.ittoolbox.com/eai/software