SanSate San

Greenhorn
+ Follow
since Oct 27, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by SanSate San

Thanks Peter! Our application uses different database passwords and Jboss maintains JNDI connections for the application. Now we would like to manage these passwords and looking for some process to modify these encrypted passwords with no server down time!!
12 years ago
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.

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?


Thanks
San
12 years ago