The server.policy is only for the JBoss server, not clients.
- Original Message -
From: "Michael Hustler" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 08, 2001 1:22 PM
Subject: RE: [JBoss-user] Access Control Problem
> That helped - thank
used? When running on NT, I don't
remember having to define a .java.policy file.
thanks in advance.
m.
-Original Message-
From: Scott M Stark [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 08, 2001 11:53 AM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] Access Control Problem
: "Jboss (E-mail)" <[EMAIL PROTECTED]>
Sent: Tuesday, May 08, 2001 10:20 AM
Subject: [JBoss-user] Access Control Problem
> Hi, I'm having problems with the access control during a get or set
> Properties call.
> My server.policy file looks like:
>
> grant {
>
Hi, I'm having problems with the access control during a get or set
Properties call.
My server.policy file looks like:
grant {
// Allow everything for now
permission java.security.AllPermission;
};
But I don't think it is being read. Is there a way to verify this?
The exception