RE: access log for Tomcat

2001-07-02 Thread Hensley, Zachary
. -Original Message- From: Randy Layman [mailto:[EMAIL PROTECTED]] Sent: Monday, June 18, 2001 9:52 AM To: [EMAIL PROTECTED] Subject: RE: access log for Tomcat You would have to write the Java code yourself to implement this new RequestInterceptor. You could hard code all

RE: access log for Tomcat

2001-07-02 Thread Randy Layman
/employees/randy/tomcat/RequestLogger.html Randy -Original Message- From: Hensley, Zachary [mailto:[EMAIL PROTECTED]] Sent: Monday, July 02, 2001 9:28 AM To: '[EMAIL PROTECTED]' Subject: RE: access log for Tomcat I am trying to write this request interceptor but I am

RE: access log for Tomcat

2001-06-18 Thread Randy Layman
There isn't a module for Tomcat that does this that I know of (and nothing built into Tomcat, regardless of what Luba says), although it should be fairly easy to do - you need to write a RequestInterceptor that just logs, not intercepts, the requests. Randy -Original

RE: access log for Tomcat

2001-06-18 Thread David Rosenstark
I assume that this means that I have to do it all myself in terms of setting up different options to log? -Original Message- From: Randy Layman [mailto:[EMAIL PROTECTED]] Sent: Monday, June 18, 2001 1:09 PM To: [EMAIL PROTECTED] Subject: RE: access log for Tomcat

RE: access log for Tomcat

2001-06-18 Thread Randy Layman
kind of effort. Randy -Original Message- From: David Rosenstark [mailto:[EMAIL PROTECTED]] Sent: Monday, June 18, 2001 9:27 AM To: '[EMAIL PROTECTED]' Subject: RE: access log for Tomcat I assume that this means that I have to do it all myself in terms of setting up

Re: access log for Tomcat

2001-06-18 Thread Neil Conway
On Mon, Jun 18, 2001 at 07:08:51AM -0400, Randy Layman wrote: There isn't a module for Tomcat that does this that I know of (and nothing built into Tomcat, regardless of what Luba says), although it should be fairly easy to do - you need to write a RequestInterceptor that just logs, not

Re: access log for Tomcat

2001-06-17 Thread Luba Powell
David: There is a global entry: !-- Global logger unless overridden at lower levels -- Logger className="org.apache.catalina.logger.FileLogger" prefix="catalina_log." suffix=".txt" timestamp="true"/ Are yousaying that this doesn't work? - Original Message - From: David

Re: access log for Tomcat

2001-06-17 Thread Luba Powell
. Right now there are three standard log streams, "tc_log", "servlet_log", and "JASPER_LOG". - Original Message - From: Luba Powell To: [EMAIL PROTECTED] Sent: Sunday, June 17, 2001 8:50 AM Subject: Re: access log for Tomcat Da

RE: access log for Tomcat

2001-06-17 Thread David Rosenstark
knowledge -Original Message-From: Luba Powell [mailto:[EMAIL PROTECTED]]Sent: Sunday, June 17, 2001 2:57 PMTo: [EMAIL PROTECTED]Subject: Re: access log for Tomcat Similar logging capacity exists in version 3: \conf\server.xml: Logging in Tomcat is quite flexible; we

Re: Access Log for Tomcat in standAlone mode or Running Apache with Tomcat.

2000-11-30 Thread Moursli Nabil
I Already did that after reading the doc first time! It just doesn't work. Tomcat is running on Mandrake 7.1, everythings is well setup, but I receive apj12 error and mod_jk problem... I did compile the source on the same OS version, but it didn't change nothing realy! It seems to be apache that

Re: Access Log for Tomcat in standAlone mode or Running Apache with Tomcat.

2000-11-30 Thread Moursli Nabil
In fact I get an segmentation faulft on any call to Tomcat from Apache. I have apache 1.3.12 and Tomcat 3.1. - Original Message - From: Krishna Kant [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November 30, 2000 8:58 AM Subject: Re: Access Log for Tomcat in standAlone mode

Re: Access Log for Tomcat in standAlone mode or Running Apache with Tomcat.

2000-11-29 Thread Krishna Kant
you will have to include the config file ( tomcat-apache) of tomcat in httpd of apache then start tomcat and start apache Moursli Nabil wrote: Can anyone help me with this, I can't run TOMCAT with Apache, so the only issu I see is to run Tomcat in standAlone mode. If anyone know how to