Comment 8 for bug 410379

Revision history for this message
RĂ©gis Desgroppes (rdesgroppes) wrote :

You may also put this in a file like /etc/tomcat6/policy.d/99custom-fixes.policy :

grant codeBase "file:${catalina.home}/bin/tomcat-juli.jar" {
 permission java.lang.RuntimePermission "setContextClassLoader";
};

... does the job without too widely opening security.