Title: RE: modifying log levels through a management console
OK,
In the meantime I found out what is wrong:
I am using apache as a proxy server, and therefore I do get the IP address of the server.
How can I overcome this ?? Such that getRemoteAddr() does return the client's IP address in my servlets.
 
Eddie
 
 
----- Original Message -----
From: Eddie
Sent: Tuesday, June 05, 2001 2:12 PM
Subject: getRemoteAddr()

Hellu there,

If I use getRemoteAddr()  to get the IP address of the client the makes the
servlet requests it return the IP address of the server ?? (also
getRemoteHost() returns the server name).

Any idea how come ??
I am running jdk 1.3 and the servlets run on the application server Orion 1.5.1
(OS: Linux redhat 7.0)
(I can remember that a JSP on JSERv on apache didn't had this problem, so I quess it's Orion .. not ??)

Eddie

Reply via email to