5 Replies Latest reply on Jun 20, 2006 10:54 AM by j2ee_junkie

    unothodox module stacking?

    bezdomny

      I've successfully integrated my app with JBoss and JAAS using JBoss's DatabaseServerLoginModule instead of my own login module. The only think I'm missing in this configuration is that my old login module did custom things like update another table to audit that the user successfully logged in, and stuff like recording when people failed to log in after a number of times. It seems that my only option to get this functionality back is to either right my own custom login module or stack other modules to be called and try to log the info that way. Is this approach advisable or should I just start writing my CustomLoginModule?

      Thanks!

      B