aspose file tools
The moose likes Distributed Java and the fly likes RMISecurityManager Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Distributed Java
Reply Bookmark "RMISecurityManager" Watch "RMISecurityManager" New topic
Author

RMISecurityManager

Saibaskar Parthasarathy
Greenhorn

Joined: Dec 14, 2000
Posts: 5
When ever i create an instance of RMISecurityManager i recieve a compilation error, in most of the RMI examples i've seen this being used but when i use it in my program it gives me an error.. so why this object is being used and how to use it? can anybody could help me out?
Regards
saibaskar
asad ali
Greenhorn

Joined: Dec 12, 2000
Posts: 20
The way to install RMISecurityManager in your application is
System.setSecurityManager(new RMISecurityManager());
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: RMISecurityManager
 
Similar Threads
Policy file and RMISecurityManager
FilePermissionException on UNIX
NX:URLyBird Limitation on RMI
Security manager and local connection
policy file problems