[JBoss-user] [Installation, Configuration & Deployment] - Re: SecurityManager configuration

2006-03-14 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfiguringAJavaSecurityManager View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930184#3930184 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930184

[JBoss-user] [Installation, Configuration & Deployment] - Re: SecurityManager configuration

2006-03-15 Thread p2auljr
Is there a way to grant a WAR file particular permissions? I want to be able to specify a grant entry as such: grant codeBase "file:${jboss.server.home.dir}/app-deploy/myapp.war" { permission java.util.PropertyPermission "*", "read"; // additional app specific permissions }; However, thi