• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Need Help for RMI

 
Ranch Hand
Posts: 160
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
reply
    Bookmark Topic Watch Topic
  • New Topic