[jboss-user] [Security & JAAS/JBoss] - Re: JBoss won't load login-config from webapp

celle2006 do-not-reply at jboss.com
Tue Jul 15 11:37:27 EDT 2008


Hi oozoo!

I think you forgot to set the realm-name to value MyTestApp. 

So change:

<login-config>
  | <auth-method>BASIC</auth-method>
  | <realm-name>Radis-Console</realm-name>
  | </login-config> 

to 

<login-config>
  | <auth-method>BASIC</auth-method>
  | <realm-name>MyTestApp</realm-name>
  | </login-config> 

I hope this will work.

Greetz celle2006

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

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



More information about the jboss-user mailing list