0 Replies Latest reply on Apr 22, 2005 12:30 PM by gried03

    Change -ds.xml while server is running

    gried03

      Hello all,
      I'm using a -ds.xml file to create a datasource. All is well.
      There is a requirement (for me ;)) to be able to change the password on the fly without shutting down and restarting the server. If i write the new password to the -ds.xml file, is there a way for the new config to be picked up and the new datasource to be bound to the JNDI without bouncing the server?

      Thank you,

      - edward

      P.S.
      I saw the faq about restarting the db, and doing sql checking on the connection before handing it out, looks related, but i'm pretty sure that the config info doesn't get re-read every time a new connection has to be created.