[jboss-user] [Security & JAAS/JBoss] - Re: JAAS newbie - missing something that should be obvious

jaikiran do-not-reply at jboss.com
Sat Dec 2 01:51:03 EST 2006


<?xml version="1.0" encoding="UTF-8"?>
  | <jboss-web>
  | 	<security-domain>java:/jaas/SPDB</security-domain>
  | </jboss-web>

Change it to:

  | <?xml version="1.0" encoding="UTF-8"?>
  | <jboss-web>
  | 	<security-domain>SPDB</security-domain>
  | </jboss-web>

and give it a try.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3990727#3990727

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3990727



More information about the jboss-user mailing list