This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
Hello I'm writing a servlet which will be put on our server. A client can make a request for this servlet.I would like to retrieve the IP address of the client machine(which could be behind a firewall).What code should be put in the servlet to make this happen. Thanks in advance Sunil
You can make use of the method getRemoteAddr() declared in the ServletConfig interface,implemented by HttpServletRequest class This method will return the string equivalent of the client IP address.The firewall shouldn't be a problem. Hope this helps, Manjunath
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.