-
security problem in RMI (can not be connected from diff machine)
I can connect the remote object (RMI) only when my client object is on the
same machine. As I try to connect on diffirent machine,the "AccessControlException"
is thrown.
The sever side security policy file I used is quite simple:
grant {
permission java.security.AllPermission;
};
What should I do such that I can connect it from diffrent machine...
help me plaese !
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks