> 
> I'm trying to understand security in JBoss.
> 
> I took the example from the JBoss-2.4.x PDF and stripped it down. When I run 
> it, I get the following exception:
> 
> Failed toload user/spasswords/role files
> java.io.IOException: Properties file usres.properties not found.
> <stack trace omitted>
> 
> I have a client (not a servlet, jsp, or ejb) trying to connect to an EJB. 
> 
> The failure occured on the line 
>   lc.login()
> 
> where lc is defined as
> 
>   LoginContext lc = new LoginContext("user", handler);
> 
> java.security.auth.login.config property is defined and points to auth.conf.
> 
> Any suggestions on this one? Looking at the archives shows previous errors like 
> this, but no solutions to my case when the client is a "true client" and not a 
> servlet or another EJB.
> 

Hello Ed,

Could you send us the auth.conf file?

Quique

-- 
                                   _ ________  _________
J.Enrique Ruiz-Valenciano         (_) __/ __ \/ ___/ __ \
Software Architect               / /\ \/ /_/ / /__/ /_/ /
[EMAIL PROTECTED], +34 963467143  /_/___/\____/\___/\____/.com

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to