Access Log Valve

2004-08-31 Thread Sinkinson,Andrew [NCR]
Hi, I have enabled access logging by uncomment the Access Log Valve in the server.xml file. I have added the resolveHosts attribute and set it to true. I have also changed the pattern attribute to %h so that I can just get the Remote host name in the log file. In the access log file I

Re: Access Log Valve

2004-08-31 Thread QM
On Tue, Aug 31, 2004 at 10:29:09AM -0400, Sinkinson,Andrew [NCR] wrote: : Reply-To: Tomcat Users List [EMAIL PROTECTED] : I have enabled access logging by uncomment the Access Log Valve in the : server.xml file. I have added the resolveHosts attribute and set it to : true. I have also changed

RE: Access Log Valve

2004-08-31 Thread Sinkinson,Andrew [NCR]
: Access Log Valve On Tue, Aug 31, 2004 at 10:29:09AM -0400, Sinkinson,Andrew [NCR] wrote: : Reply-To: Tomcat Users List [EMAIL PROTECTED] : I have enabled access logging by uncomment the Access Log Valve in the : server.xml file. I have added the resolveHosts attribute and set it to : true. I

AW: Access Log Valve

2004-08-31 Thread Sinkinson,Andrew [NCR]
Forgot to enableLookups=true on the Connector. By default it is set to false :) -Original Message- From: QM [mailto:[EMAIL PROTECTED] Sent: August 31, 2004 10:31 AM To: Tomcat Users List Subject: Re: Access Log Valve On Tue, Aug 31, 2004 at 10:29:09AM -0400, Sinkinson,Andrew [NCR

Re: Problem adding access log valve.

2004-02-06 Thread Adam Hardy
Hi Mufaddal, the accesslogvalve config requires a Valve / tag, not a Logger/ tag. Check the exception messages carefully, normally they tell you. Also check your config against the documentation - I don't think 'timestamp' is a valid attribute for Valve/ HTH Adam On 02/05/2004 11:06 PM

Problem adding access log valve.

2004-02-05 Thread Mufaddal Khumri
Hi I have the following in my server.xml !-- Define the default virtual host -- Host name=localhost debug=0 appBase=webapps unpackWARs=true autoDeploy=true Logger className=org.apache.catalina.logger.FileLogger directory=logs prefix=localhost_log.

RE: Access Log Valve

2003-06-02 Thread Tyndall, David
Thanks Much worked GREAT -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Thursday, May 29, 2003 10:42 AM To: Tomcat Users List Subject: RE: Access Log Valve Howdy, Just comment it in server.xml. It's commented out by default. Yoav Shapira Millennium

Access Log Valve

2003-05-30 Thread Tyndall, David
Ok I have TOMCAT 4.1.8 running with no issues. I have it configured to run on a win2k server as a service ( setup this way during install) I would like to turn this logging feature on Access Log Valve. I know I need to make changes to the registry but not too sure how to go about it. located

RE: Access Log Valve

2003-05-30 Thread Shapira, Yoav
Howdy, Just comment it in server.xml. It's commented out by default. Yoav Shapira Millennium ChemInformatics -Original Message- From: Tyndall, David [mailto:[EMAIL PROTECTED] Sent: Thursday, May 29, 2003 10:40 AM To: '[EMAIL PROTECTED]' Subject: Access Log Valve Ok I have TOMCAT

CoyoteConnector (was Re: Access Log Valve)

2003-05-30 Thread Geralyn M Hollerman
Shapira, Yoav wrote: Howdy, Just comment it in server.xml. It's commented out by default. Question about some of those things commented out...the reference to a CoyoteConnector as a Connector element is also commented out in the server.xml I have - and I tried un-commenting it to use

RE: CoyoteConnector (was Re: Access Log Valve)

2003-05-30 Thread Shapira, Yoav
(was Re: Access Log Valve) Shapira, Yoav wrote: Howdy, Just comment it in server.xml. It's commented out by default. Question about some of those things commented out...the reference to a CoyoteConnector as a Connector element is also commented out in the server.xml I have - and I tried un

Re: CoyoteConnector (was Re: Access Log Valve)

2003-05-30 Thread Geralyn M Hollerman
Shapira, Yoav wrote: Howdy, Why not just use the latest tomcat release? It has the CoyoteConnector by default. At a later date, we may. But for right now, I would like to be able to follow a HOW-TO that refers to uncommenting the CoyoteConnector to use it, and uncommenting it gives me a

Re: CoyoteConnector (was Re: Access Log Valve)

2003-05-30 Thread Bill Barker
The j-t-c Releases are very old. There should be another j-t-c release coming out in the next few weeks. In the meantime, the safest bet is to do a CVS checkout (using the coyote_10 tag, to get the stable version), and build-from-source. For any TC 4.1.x, it should be possible to grab the

Access Log valve

2002-11-20 Thread Reynir Hübner
Hi, I have configured an access log valve, it works ok, except it always makes one file per day, I would like to have one file for longer time-period. It would make it easyer to analize with the usual accesslog tools, such as AWStats, or webalizer. How do I configure it so that it's a one

Re: Access Log valve

2002-11-20 Thread Tim Funk
There is no way unless you either: - extend AccessLogValve to do your bidding - Use cron and shell scripting to massage your files into a format you like -Tim Reynir Hübner wrote: Hi, I have configured an access log valve, it works ok, except it always makes one file per day, I would like

RE: Access Log valve

2002-11-20 Thread Reynir Hübner
Ok, that's what I thought... Thanx. -reynir -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED]] Sent: 20. nóvember 2002 16:48 To: Tomcat Users List Subject: Re: Access Log valve There is no way unless you either: - extend AccessLogValve to do your bidding - Use