AW: Security-Manager problem

2007-11-12 Thread Leucht, Axel
Hi, I'd tried to solve the problem by myself and got it a little further... When I looked at the tomcat console more closely, I realized that occasionally the speaker beeped at startup. Looking at the console output, there were several access-denied messages for some of the jar's deployed with

AW: Security-Manager problem

2007-11-11 Thread Leucht, Axel
They're all in crimsonfs.jar under my WEB-INF\lib-folder. /Axel -Ursprüngliche Nachricht- Von: Mark Thomas [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 9. November 2007 21:21 An: Tomcat Users List Betreff: Re: Security-Manager problem Leucht, Axel wrote: Hi, I'm having a weird

Security-Manager problem

2007-11-09 Thread Leucht, Axel
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.AccessControlException: access denied

Re: Security-Manager problem

2007-11-09 Thread Mark Thomas
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:

apache fop and security manager problem

2007-06-20 Thread Roel Dillen
I wrote a servlet converting some xml to a pdf. The code (appended) is basically a slightly modified version of the example code in the fop faq about servlets. When I start Tomcat 5.5 with a security manager I get this weird exception (appended) when I try to access the servlet. When I don’t