0 Replies Latest reply on Sep 26, 2005 1:01 PM by jleveille

    How to reload login-config.xml

    jleveille

      Hello. If I make changes to login-config.xml I *think* I have to restart the jboss server in order to pick them up. Is this true? I am talking about JBoss 3.2.3 for myself.

      My goal is to make a web app that I can deploy without restarting the server for each new customer that I have. I have 90% of the stuff inside the WAR file and the deploy directory so no problem there. No need to restart. However, just a couple things are outside of that and I think this means I have to restart.

      The one thing inside login-config.xml is the SQL queries for the users and roles that are associated with my security domain. Any ideas how I might deploy or update this configuration without bouncing the server?