RE: java.util.PropertyPermission

2006-07-25 Thread Propes, Barry L
, July 25, 2006 2:01 PM To: Tomcat Users List Subject: java.util.PropertyPermission All: I have started seeing problems with using the java.util.PropertyPermission setting in the catalina.policy file. I have the following line: permission java.util.PropertyPermission *, read,write; If that's

Re: java.util.PropertyPermission

2006-07-25 Thread Ryan Daly
? -Original Message- From: Ryan Daly [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 25, 2006 2:01 PM To: Tomcat Users List Subject: java.util.PropertyPermission All: I have started seeing problems with using the java.util.PropertyPermission setting in the catalina.policy file. I have

Re: java.util.PropertyPermission

2006-07-25 Thread Ryan Daly
files and directories in its document root. grant { // Required for JNDI lookup of named JDBC DataSource's and // javamail named MimePart DataSource used to send mail permission java.util.PropertyPermission java.home, read; permission java.util.PropertyPermission

Re: java.util.PropertyPermission

2006-07-25 Thread Martin Gainty
users@tomcat.apache.org Cc: Propes, Barry L [EMAIL PROTECTED] Sent: Tuesday, July 25, 2006 3:34 PM Subject: Re: java.util.PropertyPermission I'm not following what you're suggesting. -- Propes, Barry L wrote: isn't that because the permission object picks all of that up as one item

Re: java.util.PropertyPermission

2006-07-25 Thread Ryan Daly
Sure. I have the following in my policy file: // == DHS == grant codeBase file:/usr/local/apache/vhosts/www/webapp/DHS/- { // Runtime permissions permission java.util.PropertyPermission *, read,write; permission java.lang.RuntimePermission accessDeclaredMembers

Re: java.util.PropertyPermission

2006-07-25 Thread Martin Gainty
:${catalina.home}/shared/lib/log4j.jar { permission java.util.PropertyPermission org.apache.log4j.*, read,execute;; }; M- * This email message and any files transmitted with it contain confidential information intended only