It is not the problem with the tomcat log. It is our appliation log shows that that "getRemoteHost" returned an IP instead of host name. It shouldn't be a network problem because the call does return the host name for a period of time. But we are not sure what our web application does that trigger the call to return IP address afterwards.

-Michael


From: QM <[EMAIL PROTECTED]>
Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]>
To: Tomcat Users List <[EMAIL PROTECTED]>
Subject: Re: getRemoteHost return IP address
Date: Fri, 9 Jul 2004 17:59:17 -0500

On Fri, Jul 09, 2004 at 06:49:51PM +0000, Michael Tang wrote:
: I am using Tomcat 4.0.6 and our customer ran into a weird and
: hard-to-reproduce problem. From the log, we see within one servlet,
: HttpServletRequest.getRemoteHost return host name (enableLookups="true" in
: server.xml). However, during the running, one HttpProcessor thread suddenly
: switch to returning IP address instead of the hostname. Does anyone see
: similar problem before or have any suggestion?


Is the macine otherwise (that is, outside of Tomcat) able to perform a
reverse lookup of the IP?  Because if the reverse lookup fails, Tomcat
will just log the IP.

Otherwise, if it's a true Tomcat bug, it's unlikely it will be fixed in
an official release: v4.0.x is now two revisions behind the current
version (5.0.x).

-QM

--

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]


_________________________________________________________________
MSN Life Events gives you the tips and tools to handle the turning points in your life. http://lifeevents.msn.com



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to