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@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to