Bug#545674: tomcat6: Crashes when trying to run a web app, including admin

Ludovic Claude ludovic.claude at laposte.net
Mon Sep 14 10:50:18 UTC 2009


Hello Heikki and Jakub,

Thanks for this detailed error report. I believe that I have fixed this
issue, by adding a grant on /usr/share/maven-repo/ in the file
02debian.policy. Can you check that it is working? If you need, I have
created a new .deb in my PPA
(https://launchpad.net/~ludovicc/+archive/ppa/), and I will add those
fixes shortly to Debian.

02debian.policy:

// These permissions apply to all JARs from Debian packages
grant codeBase "file:/usr/share/java/-" {
  permission java.security.AllPermission;
};
grant codeBase "file:/usr/share/maven-repo/-" {
  permission java.security.AllPermission;
};
grant codeBase "file:/usr/share/ant/lib/-" {
  permission java.security.AllPermission;
};


Ludovic





More information about the pkg-java-maintainers mailing list