Logging the IP addresses of page requests

2001-09-03 Thread Nick Flowers
Hi, Anyone know how to do this for a standalone Tomcat server? v3.2? Cheers, Nick. ps: If you know how to log just the username, and not username+pw for authentication that would be useful to know too. Thanks. -- Nick Flowers Systems Manager s h o p s m a r t . c o m Tel: +44 (0) 20 82

Re: Logging the IP addresses of page requests

2001-09-03 Thread ravi shankar
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, Nick. > >ps: If you know how to log just the use

RE: Logging the IP addresses of page requests

2001-09-03 Thread Nick Flowers
PROTECTED] 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 &

Re: RE: Logging the IP addresses of page requests

2001-09-03 Thread ravi shankar
a >legacy program I'm trying 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 re