Re: AccessControlException - java.io.FilePermission

2002-11-26 Thread Glenn Nielsen
So you can edit the tomcat.policy file but not specify what properties are set when Tomcat is started? What a trusting app hosting service. By default Tomcat will grant a file read permission to the root of your web application context, in this case "/home/.sites/5/site513/web/". But all of the

Re: AccessControlException - java.io.FilePermission

2002-11-02 Thread Pae Choi
s" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, November 02, 2002 10:23 PM Subject: Re: AccessControlException - java.io.FilePermission > Pae Choi, u absolutely don't "know me from Adam", but I was kinda curious about the subject of your posting &qu

Re: AccessControlException - java.io.FilePermission

2002-11-02 Thread Steve R. Burrus
PROTECTED] Date: Sat, 2 Nov 2002 23:10:14 -0800 Subject: Re: AccessControlException - java.io.FilePermission > You do not have access to log files, but do have access the security > policy > file? Wow! what kinda IT policy is that? > > Anyhow, have you tried "AllPermission"

Re: AccessControlException - java.io.FilePermission

2002-11-02 Thread Pae Choi
You do not have access to log files, but do have access the security policy file? Wow! what kinda IT policy is that? Anyhow, have you tried "AllPermission" for debug purpose as follows: grant codeBase "file:/home/.sites/5/site513/web/-" { permission java.security.AllPermission; } Let us know

AccessControlException - java.io.FilePermission

2002-11-02 Thread ben keeping
Hello All, I hope someone can help ... you are my last chance as I have posted on tek-tips forums, the sun.java.com developers forum, read the tomcat documentation, read this address's mail archives, contacted my web host, and still no joy ! I have recently bought some web hosting space, and