Is there any code for getting IP address of a specified site using JSP coding?
| SitePoint Sponsor |
Is there any code for getting IP address of a specified site using JSP coding?
Do a google search for such things, meanwhile request.getRemoteHost();
will do that for you.
Bookmarks