Re: getRemoteAddr() vs getRemoteHost()

2001-10-27 Thread Yoav Shapira
Hi, My guess is you need to enable remote address lookups in your server.xml. Since they are expensive to log, they are usually turned off by default, and the behavior is to simply return the address rather than the host. Yoav "Miao, Franco CAWS:EX" wrote: > > When I put the following code i

RE: getRemoteAddr() vs getRemoteHost()

2001-10-27 Thread Miao, Franco CAWS:EX
turn the String version of the IP address of the remote client. --> Franco -Original Message- From: Yoav Shapira [mailto:[EMAIL PROTECTED]] Sent: Friday, October 26, 2001 6:46 AM To: [EMAIL PROTECTED] Subject: Re: getRemoteAddr() vs getRemoteHost() Hi, My g