You would have to write the Java code yourself to implement this new
RequestInterceptor.  You could hard code all of the parameters for your
logging into the code, or you could make them parameters from the server.xml
file (which would be better), but this is a "you do it all yourself" 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 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
> > 
> > 
> > 
> >     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 Message-----
> > From: David Rosenstark [mailto:[EMAIL PROTECTED]]
> > Sent: Sunday, June 17, 2001 7:45 AM
> > To: '[EMAIL PROTECTED]'
> > Subject: access log for Tomcat
> > 
> > 
> > Is there some way to configure Tomcat to have a log of all 
> > web requests
> > coming in similar to access_log in Apache?
> >  
> > TIA,
> > David
> > 
> 

Reply via email to