Hi, I'm trying to implement the Authentication and Authorization features in Axis.
1. Is there any way I could store the user's information in a database instead of "users.lst" and "perms.lst"? 2. Should I always mention the "role" in the wsdd file ? Can't I include the same in a database again? I'm using the SimpleAuthenticationHandler and SimpleAuthorizationHandler from axis. TIA, Krish.
