I am not using ejb.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4139706#4139706
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4139706
___
jboss-user mailing list
jboss-use
I am trying to use JASS authorization in JBOSS. i.e. grant granular
Permissions to Principals within a JASS policy file. I believe the JACC module
provides implementation for this however the wiki
(http://wiki.jboss.org/wiki/Wiki.jsp?page=JACC) does not sufficiently describe
how it is suppose
I have now added the following line to the JAVA_OPTS section of run.bat
| -Djava.security.manager -Djava.security.policy=server.policy
|
Next time I started JBoss I received the following error:
| Failed to boot JBoss:
| java.security.AccessControlException: access denied
(java.util.
My application security runs great in Tomcat but when I run it in JBoss it
doesn't work.
I have deployed a DynamicLoginConfig MBean to specify the location of my custom
login-config.xml:
jboss-service.xml:
|
|
|
| META-INF/jboss-login-config.xml
|
|
|