Run 2 JVM's to have different rmi ports
843793Apr 17 2009 — edited Apr 21 2009Hi!
I need to have two instances of my application running an RMI server on the same machine. The problem is that RMI by default uses the port 1098. I know that this can be changed but for all the applications running in the virtual machine. Now i was wondering if I can install two virtual machines in the same host so I can change the RMI por in each one.
Is there any expert that can tell me if is this possible?
Thanks in advance.