1 Reply Latest reply on Jun 12, 2004 6:40 AM by dev2gosoft

    Caching credential in JBoss server

    sanjuthomas

      hi all,
      how can i cache credentail from a database into the jboss server ,
      if anybody knows the solution plz send it to me

      with regards
      sanju thomas

        • 1. Re: Caching credential in JBoss server
          dev2gosoft

          If i understand ur question right, you have authentication information in a database (for example username and password). in that case u need to configure a datasource and then configure a databaselogin Jaas module so that JBoss server can access the information on ur app behalf. The caching of that information is transparent to the application developer