Is there simple and reliable way to detect your website visitor IP address using Java. I am trying to make use of Akismet to detect spam on my blog post/comment. The API require
A call to ServletRequest.getRemoteAddr() should do it.