$sudo vim /etc/tomcat5.5/policy.d/99examples.policy
grant codeBase "file:${catalina.home}/webapps/gprs/-" {
permission java.security.AllPermission;
}
The example above is the most loose security setting.
The Answer to Life, the Universe, and Everything
$sudo vim /etc/tomcat5.5/policy.d/99examples.policy
grant codeBase "file:${catalina.home}/webapps/gprs/-" {
permission java.security.AllPermission;
}
No comments:
Post a Comment