JBoss Community

Re: Custom jdbc login module for remoting

created by Darran Lofthouse in JBoss AS 7 Development - View the full discussion

Looking at your configuration your inbound communications over Remoting are making use of the MyAppRealm - this realm needs to be updated to reference the JAAS domain that you have defined, here is an example of how to reference a JAAS domain from a realm: -

 

 

 <security-realm name="ManagementRealm">
 <authentication>
 <jaas name="darrans-domain" />
 </authentication>
 </security-realm>

Reply to this message by going to Community

Start a new discussion in JBoss AS 7 Development at Community