RE: REMOTE_HOST not showing up in Tomcat3.2

2001-08-17 Thread Martin van den Bemt

It should return an ip address if the host is not found.. so if you don't
have a connection to the internet, the host lookup fails (taking quite a
long time I must add) and will show the ip address. (at least that is
working for me like that..)

Mvgr,
Martin

> -Original Message-
> From: Mark Diggory [mailto:[EMAIL PROTECTED]]
> Sent: Friday, August 17, 2001 5:06 PM
> To: [EMAIL PROTECTED]
> Subject: Fwd: REMOTE_HOST not showing up in Tomcat3.2
>
>
>
> >Hello,
> >
> >Is there something I have to configure in mod_jk to get the remote host
> >information
> >to resolve. Its apparently available in Apache but seems to not show up
> >in Tomcat when I do request.getRemoteHost(). How, is this setup
> / configured?
> >
> >thank you,
> >Mark Diggory
>
>




Re: REMOTE_HOST not showing up in Tomcat3.2

2001-08-17 Thread Denis Haskin

It's a known bug.  See 
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=208.

dwh

>>-Original Message-
>>From: Mark Diggory [mailto:[EMAIL PROTECTED]]
>>Sent: Friday, August 17, 2001 5:06 PM
>>To: [EMAIL PROTECTED]
>>Subject: Fwd: REMOTE_HOST not showing up in Tomcat3.2
>>
>>>Hello,
>>>
>>>Is there something I have to configure in mod_jk to get the remote host
>>>information
>>>to resolve. Its apparently available in Apache but seems to not show up
>>>in Tomcat when I do request.getRemoteHost(). How, is this setup
>>>
>>/ configured?
>>