2014-07-22 20:04 GMT+04:00 George Sexton :
> I'm using Tomcat 7.0.54 with the security manager. I'm getting an exception
> I don't understand:
>
> 2014-07-22 09:27:03,934 [http-bio-80-exec-64] ERROR
> org.apache.catalina.core.ContainerBase.[Catalina].[somehostname.mhsoftware.com].[/].[jsp]-
> Servl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 7/22/2014 9:04 AM, George Sexton wrote:
> I'm using Tomcat 7.0.54 with the security manager. I'm getting an
> exception I don't understand:
>
> 2014-07-22 09:27:03,934 [http-bio-80-exec-64] ERROR
> org.apache.catalina.core.ContainerBase.[Catalina
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Aziz,
Aziz Yacoub wrote:
> 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 under
I would opt for absolute path URI such as. file:opt/usr/photo/-
instead of the more problematic UNC's
it appears you want AllPermission which is granted by Security class with
same name ..AllPermission
so in $CATALINA_HOME/conf/catalina.policy you can consider a grant on
absolute path of opt/usr/ph
Leucht, Axel wrote:
> Hi,
>
> I'm having a weird problem with my webApp under Tomact with a SecurityManager
> (SM).
>
> When no SM is enabled, my app runs fine. When I do start tomcat with a
> security manager I encounter one AccessControlException left which is:
> java.security.AccessControlE
I think I got something like that a couple of days ago; I'll retry it to verify.
-Original Message-
From: Ryan Daly [mailto:[EMAIL PROTECTED]
Sent: Friday, July 21, 2006 3:53 PM
To: Tomcat Users List
Subject: Security Manager
Has anyone seen any issues while running with the security man