| Author |
How to find client IP from JavaWS application
|
Yan Bezugliy
Greenhorn
Joined: Aug 30, 2006
Posts: 3
|
posted

0
|
|
How do I go about finding the IP address of the PC that the JNLP application is launched at? Thanks.
|
FatWallet.com + SlickDeals.net = <a href="http://wireddeals.com" target="_blank" rel="nofollow">http://wireddeals.com</a>
|
 |
Jared Cope
Ranch Hand
Joined: Aug 18, 2004
Posts: 243
|
|
Hi,
Originally posted by Yan Bezugliy: How do I go about finding the IP address of the PC that the JNLP application is launched at? Thanks.
You can get that from within the application running on the client with: Is this what you meant? if not, let us know your scenario. Cheers, Jared.
|
SCJP 1.4 91%, SCJP 1.5 88%, SCJD B&S
|
 |
Kino Lobo
Greenhorn
Joined: Feb 08, 2006
Posts: 20
|
|
But where will the IP be printed? I didn't get it...
|
I'd rather trust a man who works with his hands!
|
 |
Cameron Wallace McKenzie
author and cow tipper
Saloon Keeper
Joined: Aug 26, 2006
Posts: 4967
|
|
Where do you want the IP address to be printed? With System.out, it'll go in the output logs.
|
Author of Hibernate Made Easy, What is WebSphere???, JSF 2.0 Made Easy and the SCJA Certification Guides
|
 |
 |
|
|
subject: How to find client IP from JavaWS application
|
|
|