On 10/05/2019 03:45, Alex O'Ree wrote: > Well less than perfect. Tomcat out of the box is setup with the users xml > file. What's exposed as mbeans is the > "org.apache.catalina.mbeans.MemoryUserDatabaseMBean". > I can add uses to it via mbean, however calling the "save" method does not > update the tomcat-users.xml file. Am i missing something?
The MemoryUserDatabase is read-only by default. The attempt to save your changes should have triggered an exception with an appropriate error message. Mark > > On Fri, Apr 26, 2019 at 7:14 PM Alex O'Ree <[email protected]> wrote: > >> Ahh perfect, thanks. >> >> On Fri, Apr 26, 2019 at 12:34 PM Mark Thomas <[email protected]> wrote: >> >>> On 26/04/2019 12:11, Alex O'Ree wrote: >>>> I am looking for a way to programmatically add or remove user accounts >>>> using tomcats user xml file as a store without restarting tomcat. Can >>> this >>>> be done using jmx? >>>> >>> >>> Yes. Look under Users -> UserDatabase >>> >>> Mark >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >>> >>> > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
