| Author |
identifying rmi client
|
Walid Mohamed
Greenhorn
Joined: Jul 11, 2010
Posts: 10
|
|
Hi all
I am using getClientHost() in java.rmi.server.RemoteServer to identify different rmi clients
but it only returns the IP address
I might have in my application 2 clients with same ip
any idea how to distingish clients???
Regards.
|
 |
Pierre Sugar
Ranch Hand
Joined: Dec 08, 2002
Posts: 62
|
|
|
There are several discussions on this topic e.g. at the sun-forum or at JGuru or at Velocity Review's forum. More or less the solution is to pass a unique identifier passed to the server when requesting the service.
|
Pierre
|
 |
 |
|
|
subject: identifying rmi client
|
|
|