aspose file tools
The moose likes Distributed Java and the fly likes identifying rmi client Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Distributed Java
Reply Bookmark "identifying rmi client" Watch "identifying rmi client" New topic
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
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: identifying rmi client
 
Similar Threads
why this exception?
RMI client connecting to multiple IP/ports
Can RMI work on virtual ip?
Socket programming, Corba and RMI
RMI lookup