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

AW: Weird problem

2007-08-07 Thread Leucht, Axel
here is the complete server.xml with only the problematic context (myapp) in it: ?xml version=1.0 encoding=UTF-8? !-- Example Server Configuration File --!-- Note that component elements are nested corresponding to their parent-child relationships with each other --!-- A Server is a

Weird problem

2007-08-06 Thread Leucht, Axel
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,

JNDIRealm and LDAP

2006-02-28 Thread Leucht, Axel
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