Hello Everybody,
I am working on
jsp application where I have made an
applet and that applet is calling Remote method .
My problem is that when I set a
java policy file and grant all permission then applet -RMI works perfectly but I want to give only netsocket permission to this applet ,but if I give this netsocket permission then RMI and applet communication doesnt work .It is working perfectly when i grant all permissions in java policy file.
Giving all rights to the applet is not right so please tell me
should I signed the applet and what permission should I grant in java policy file so that RMI and applet works perfectly.
Is signed applet is safe in jsp application with all permission or not as I think it is not right.
Waiting for the help.
