Hi,
Isn't JAAS supposed to address this area?
Magnus Stenman wrote:
> The PetStore and the ATM both use the XMLUserManager (implicit default), ie
> principals.xml on our live site. If you need a clustered version you need to
> pick one of the other usermanagers provided (ie DataSourceUserManager or
> EJBUserManager - LDAPUserManager is still under development) or create your
> own. But the bottom line is that no app is/should be tied to a particular
> manager in general (as little as it should be tied to a particular database
> implementation/brand).
>