As of JBoss AS 5.0.0, the security domain configuration in jboss.xml and jboss-web.xml can just be the name of the security domain and the "java:/jaas" prefix is optional.
So the following:
================
<jboss>
<securitydomain>java:/jaas/test-domain</securitydomain>
</jboss>
===========
can be simplified as:
================
<jboss>
<securitydomain>test-domain</securitydomain>
</jboss>
===========
If there are issues, tell us via user forums.
No comments:
Post a Comment