error Dynamic stub download
Deleep Kumar <[email protected]>
| Newsgroups | gmane.comp.java.sun.rmi |
|---|---|
| Message-ID | <[email protected]> |
Hi,
i am trying to Download the client stub at the server side dynamically.
but i am unable to the same.
for this i am using the following codebase and policy file.
please check and get back me
codebase : at Client
---------
java -cp $CLASSPA -Djava.security.policy=test.policy
-Djava.rmi.server.codebase="http://10.0.43.14/~nkumar/public_html/rmi/client.jar" SimuClient 10.0.43.52
policy file :
-----------
grant {
permission java.security.AllPermission;
};
grant
{
permission java.net.SocketPermission "*:1024-65535",
"connect,accept,resolve";
permission java.net.SocketPermission "*:1-1023","connect,resolve";
};
regards
deleep
On Mon, 2005-10-24 at 22:30, Niclas Hedhman wrote:
> On Monday 24 October 2005 21:52, al wrote:
> > I was wondering whether there is any flag or other
> > possibility to turn of dgc. In particular I want to
> > avoid the clean up threads checking for lease
> > expirations etc.
>
> I would be very interested in WHY would you possibly want this??
>
> The overhead is minimal, the potential damage fairly large (such as one day
> using transient Remote objects without remembering that DGC is disabled).
>
>
> Cheers
> Niclas
>
> ===========================================================================
> To unsubscribe, send email to [email protected] and include in the body
> of the message "signoff RMI-USERS". For general help, send email to
> [email protected] and include in the body of the message "help".
>
> For a list of frequently asked RMI questions please refer to:
> http://java.sun.com/j2se/1.3/docs/guide/rmi/faq.html
>
> To view past RMI-USERS postings, please see:
> http://archives.java.sun.com/archives/rmi-users.html
--
Thanks & Regards
N.Deleep Kumar
Member of Technical Staff
Velankani Software Pvt Ltd
#43,Electronic city Phase-II
Bangalore-560100
Tel: 91-80-5514 5300/01 X-5383
Direct: 91-80-5514 5383
Fax: 91-80-5514 5303
Mail: [email protected]
Url: www.Velankani.com
===========================================================================
To unsubscribe, send email to [email protected] and include in the body
of the message "signoff RMI-USERS". For general help, send email to
[email protected] and include in the body of the message "help".
For a list of frequently asked RMI questions please refer to:
http://java.sun.com/j2se/1.3/docs/guide/rmi/faq.html
To view past RMI-USERS postings, please see:
http://archives.java.sun.com/archives/rmi-users.html