Josh,

If I grant permission to all files, as per your example below, it works 
fine.  The problem comes when I try to restrict it to certain directories.  
I've tried a number of entries in the policy file but continually get the 
same error (see original email).  Any further suggestions?

Best Regards
SS


>From: "Josh Reeves" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: "LOG4J Users Mailing List" <[EMAIL PROTECTED]>
>Subject: Re: Log4j in an applet
>Date: Wed, 19 Sep 2001 11:34:23 -0400
>
>Hello Steve!
>
>Had similar with EJBs. Was advised to do this:
>
>grant
>{
>...
>permission java.io.FilePermission "<<ALL FILES>>", "read,write";
>...
>}
>
>It helped. ( Yes, granularity is rather coarse, but you can try
>to refine it later,once your applet works.)
>
>--
>
>
>
>Make a difference, help support the relief efforts in the U.S.
>http://clubs.lycos.com/live/events/september11.asp
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to