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
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
here is the complete server.xml with only the problematic context (myapp) in it:
Hi,
I'm currently in desparate search for a problem I'm facing...
I do have a struts-webapp running under Tomcat 4 without any problems.
I started to port the application to Tomcat 5 which gives me problems. The app
start ok and everything looks ok. But when I try to call one specific action,
Hi,
I'm currently trying to protect a tomcat web-app via LDAP. This application
handled the protection against a LDAP server with a customized login procedure
before. As there is now some more sensible content in the web-app, I wanted to
protect the entire web-app by tomcat. Therefore I inserte