RE: Logging the IP addresses of page requests

2001-09-03 Thread Nick Flowers
] Subject: Re: Logging the IP addresses of page requests hi nick, try request.getRemoteHost() request.getRemoteAddress() etc etc look up the servlet api for more info ravi On Mon, 03 Sep 2001 Nick Flowers wrote : Hi, Anyone know how to do this for a standalone Tomcat server? v3.2? Cheers

Re: RE: Logging the IP addresses of page requests

2001-09-03 Thread ravi shankar
to get up to security spec. Cheers, Nick. -Original Message- From: ravi shankar [mailto:[EMAIL PROTECTED]] Sent: 03 September 2001 12:25 To: [EMAIL PROTECTED] Subject: Re: Logging the IP addresses of page requests hi nick, try request.getRemoteHost() request.getRemoteAddress() etc