On 13/05/2015 19:13, John Beaulaurier -X (jbeaulau - ADVANCED NETWORK INFORMATION INC at Cisco) wrote: > Hello, > > We have a Tomcat 7 server running on Linux that must use LDAP over SSL to > connect to an AD server for user authentication. This > configuration we have working. The issue is the credentials used to connect > to the AD server must have the password updated > every 180 days, and therefore updated in the JNDI Realm configuration. Is > there a way to update the password in server.xml > that would allow it to be recognized as changed without restarting the Tomcat > server. Or some other configuration what ever > it may be that would achieve this. The goal is to update the password and > have it recognized as updated with no down time for > the application running on the server. > > Any thoughts would be appreciated.
server.xml changes require a restart. Can you update it via JMX as well? (That should work but I am going from memory rather than testing it / looking at the source). Mark --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
