We have a couple of applications that are going to be deployed by jboss. I'm looking for a primer that will help me configure jboss so that both applications can use the same custom LoginModule that I have created.
Basically, I'm thinking I'll have a jar file with my loginModule stuff. My applications (one is a war, one is an ear) will both use the classes in this jar file for authentication and authorization.
I'm assuming there are config files to tweak and I need to drop this jar file somewhere. And who knows what else I'm missing.
Any help is greatly appreciated.
Thanks Domenic