2 Replies Latest reply on Mar 26, 2012 11:30 AM by dnorris

    How to reload jaas users, roles properties files without reloading app?

    dnorris

      I set up jaas security for my JSF 2.1, CDI web application using jaas with properties files. I also tested with database and both work.

      However, I want to add/remove users and add/remove users in roles without having to reload the web application.

      Is there a way to re-read the user and role information in code?