Re: java.util.PropertyPermission

2006-07-26 Thread Ryan Daly
cute access to Log4j librariesin > catalina.policy > //lets assume you dropped your log4j.jar in %CATALINA_HOME%/shared/lib > //catalina.policy > grant codeBase "file:${catalina.home}/shared/lib/log4j.jar" { > permission java.util.PropertyPermission "org.ap

Re: java.util.PropertyPermission

2006-07-25 Thread Martin Gainty
;file:${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 contai

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.RuntimePer

Re: java.util.PropertyPermission

2006-07-25 Thread Martin Gainty
o: "Tomcat Users List" 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 t

Re: java.util.PropertyPermission

2006-07-25 Thread Ryan Daly
lePermission > // and JndiPermission for all 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.Prop

Re: java.util.PropertyPermission

2006-07-25 Thread Ryan Daly
bject or > not for that to work? > > -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 usi

RE: java.util.PropertyPermission

2006-07-25 Thread Propes, Barry L
t: 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 the following line: permission java.util.PropertyPermission "*", &quo

java.util.PropertyPermission

2006-07-25 Thread Ryan Daly
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 in my policy entry for the specific web application,