[Bug 410379] Re: Tomcat security configuration error prevents proper logging when used with Sun's JVM

dukat dukat at ehlert.name
Mon Aug 17 23:12:00 UTC 2009


I got tomcat logging re-enabled using Sun's JDK without disabling
Tomcat's security manager by adding this to
/etc/tomcat5.5/policy.d/50user.policy:

grant {
    permission java.lang.RuntimePermission "setContextClassLoader";
};

It seems that openjdk does not implement all security checks as Sun's
JDK does.

-- 
Tomcat security configuration error prevents proper logging when used with Sun's JVM
https://bugs.launchpad.net/bugs/410379
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list