With JDK 1.2, what policies do I have to setup to grant the necessary permissions for RMI?

0
Posted

With JDK 1.2, what policies do I have to setup to grant the necessary permissions for RMI?

0

Location: http://www.jguru.com/faq/view.jsp?EID=24539 Created: Mar 15, 2000 Modified: 2000-03-15 07:34:14.029 Author: John Zukowski (http://www.jguru.com/guru/viewbio.jsp?EID=7) Question originally posed by sajith prasad k (http://www.jguru.com/guru/viewbio.jsp?EID=15898 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.

Related Questions