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
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 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
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 (java.io.Fil
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 star