I did have one more question related to this login module. You need to specify the roles.properties somewhere.
Jboss documentation says to put it in the conf directory which works just fine. But it also says you can put it in the "J2EE deployment jar". I am not really sure what that means.
My app servers are clustered so instead of putting this info in the conf directory of every server it would be nice to be able to deploy it with my .ear. Is this what they mean by the J2EE deployment jar? Probably not, but that means there is some other place I can put this file. Does anyone know where.
Also I know that you can re-name the file, but that is not really what I am looking for.
Thanks again,
Billy