g f wrote:
I need to grant mywebapp read,write,execute permissions to these images.
I am attempting to configure SecurityManager to allow this but am
having some difficulties.
Also make sure that, at the OS level, the user-id under which Tomcat
runs has the permissions to access these files.
On 19/11/2009 20:38, g f wrote:
I recently activated SecurityManager and had no previous issues with this.
Yes they do have permissions on that directory.
I am getting many errors regarding this here is a snippet of the stack:
SEVERE: StandardWrapper.Throwable
java.security.AccessControlException
I recently activated SecurityManager and had no previous issues with this.
Yes they do have permissions on that directory.
I am getting many errors regarding this here is a snippet of the stack:
SEVERE: StandardWrapper.Throwable
java.security.AccessControlException: access denied
(java.io.FilePermi
On 19/11/2009 18:13, g f wrote:
Hello all,
I have a webapp in the following location:
/apps/tomcat/webapps/mywebapp
I have files located at:
/files/images
They are on different partitions.
I need to grant mywebapp read,write,execute permissions to these images.
I am attempting to configure
Hello all,
I have a webapp in the following location:
/apps/tomcat/webapps/mywebapp
I have files located at:
/files/images
They are on different partitions.
I need to grant mywebapp read,write,execute permissions to these images.
I am attempting to configure SecurityManager to allow this but