Hello everyone,
I'm using request.getRemoteAddr() in my
servlet and it returns "127.0.0.1" to me, not the actual IP address. I need tha actual IP address. I'm accessing the Servlet from the same machine where the
J2EE server is running. Could anyone please tell me what the problem is?