I don't remember how to do this in 3.2. In 3.3.x you use the AccessLogInterceptor http://jakarta.apache.org/tomcat/tomcat-3.3-doc/serverxml.html#AccessLogInte rceptor to do access logging.
"Cox, Charlie" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > You want to upgrade to at least 3.3, if not 4.x for the bug fixes and > additional features. AccessLogValve does this in 4.x, I'm not sure what 3.3 > uses. > > Charlie > > > -----Original Message----- > > From: Tim Funk [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, November 21, 2002 11:57 AM > > To: Tomcat Users List > > Subject: Re: Logging the IP address > > > > > > This is doing via access logs. I'm not sure how 3.X does > > access logs but > > there is ample docs for 4.X. I'm sure there is for 3.X too. > > > > 4.X is also setup by default to write out access logs. For > > more info for > > 4.X - look for AccessLogValve > > > > Torben C G Jensen wrote: > > > I want to log the IP address of everyone connecting to my > > web server - is that possible and if so - then how? > > > > > > I am currently using tomcat 3.2.3, but have no problem in > > upgrading if necessary. > > > > > > Regards > > > Torben Jensen > > > > > > > > > -- > > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
