With JDK 1.2, what policies do I have to setup to grant the necessary permissions for RMI?
Created May 4, 2012
John Zukowski Sun's RMI tutorial shows the necessary policies at http://java.sun.com/docs/books/tutorial/rmi/running.html. Basically, you have to enable connecting from anywhere to the HTTP port and connecting or accepting a connection to any port over 1K.