there was no security manager in jdk1.2 - thats why it doesnt work. 1.2 used
ACLs and such like
chanoch
-----Original Message-----
From: rgsiva [mailto:rghsiva@e...]
Sent: 18 May 2001 05:01
To: Professional Java
Subject: [pro_java] Re: pro_java digest: May 13, 2001
Hi
I am working with RMI application.In JDK 1.1 ,if i use the
System.setSecurityManager(new RMISecurityManager())-the program works
fine.But if i run the same in JDK 1.2 ,it gives Exceptions.The same code
works fine in JDK 1.2 if i remove the security manager line from both client
and server code.Why.Please clarify me if setting securitymanager is reqd in
RMI and if yes is it required for both sides-client and server side
thanks in advance
with regards
jothi
> Subject: Re: setting security manager
> From: "Kalyan Tej Musunuri" <wroxp2p@y...>
> Date: Sun, 13 May 2001 11:36:59
> X-Message-Number: 4
>
> hi,
>
> I could not understand the exact context of your question please elaborate
> about your application .
> The security manager can be set on both the places. but generally the
> serverside doesn't need to be set.
>
> Hope i can help Kalyan
>
> > Hi Gurus
> >
> > Is setting security manager required fro both client and server side
> >
> > Thanks in advance
> > with regards
> > Jothi
>
>
>