Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Getting the Client/Browser IP Address

Status
Not open for further replies.

KirkKelly

Programmer
Joined
Jan 5, 2001
Messages
15
Location
US
// put code in pageRequestBegin
Code:
String ipAddress =(String) req.getRemoteAddr();
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top