We are using the JBOSS SecureIdentityLoginModule to encrypt our application related accounts and passwords. These encrypted passwords are placed in jboss config file named : login-config.xml.
If we need to modify the login-config.xml for any password change process, then we will have to restart all the servers.We have an enterprise application where we don't want to have server downtime in production. . So there is server downtime.
Can somebody please let me know how to update the encrypted passwords in login-config.xml without restarting any servers? May be some automated script can help us?
Thanks
Sanjeev