I'm using security manager with Tomcat 4.1.36 on NetWare 6.5 sp7.
The policy file includes:
grant {
permission java.io.FilePermission "\\SERVER1\VOL1\Photos", "read,
write, delete";
};
which as I understand gives full access for \\SERVER1\VOL1\Photos to all
web apps.
But I still get:
org.apache.jasper.JasperException: access denied (java.io.FilePermission
\\SERVER1\VOL1\Photos read)
Is there anything else I need to do? I've also tried granting access
using VOL1:/Photos but with the same result.
Thanks
---------------------------------------------------------------------
To start a new topic, e-mail: [email protected]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]