Click to See Complete Forum and Search --> : Applet/RMI


Sardar
February 19th, 2000, 03:26 AM
Hi,
I have an application where iam using applet as UI and using RMI to connect to Server.Iam using java 2 and i need to give a policy file. I have done this using an application as front end.
There we have to start the client and rmiserver specifying the policy file, i dont know how to start an applet providing the policy file.Can anybody pl help.

Regards,
Javed.

kib63613
February 20th, 2000, 04:52 AM
policy files are used while starting rmi server components. In the applets or client applications
, they just lookup the stub from rmiregistry. They should not envolve the policy file.
good luck