Re: [JBoss-user] Access Control Problem

2001-05-08 Thread Scott M Stark
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

RE: [JBoss-user] Access Control Problem

2001-05-08 Thread Michael Hustler
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

Re: [JBoss-user] Access Control Problem

2001-05-08 Thread Scott M Stark
: "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 { >

[JBoss-user] Access Control Problem

2001-05-08 Thread Michael Hustler
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