i have a RMI server and RMI client. If the client is running its version of RMI that i made and is ready to receive connections, how can i on the Server side get the IP/Hostname of the client even if the client is not connected to me?
I was thinking of creating a remote method that will call the client to send their IP/Hostname to my server side, but that would require me to know the Client IP/Hostname to be connected to inorder to invoke the method.
The purpose of this program is to create a monitoring program to monitor what are students doing on their labs, as a teacher.