Re: Minor version upgrades

2019-05-10 Thread Peter Kreuser
Dave > Am 10.05.2019 um 17:23 schrieb Dave Ford : > > Hello, > > We've running many instances of Tomcat 8.5 on some dozens of linux > servers. All of this is being managed by Puppet using the puppetforge > tomcat module. > > The Puppet module that deploys tomcat simple checks to see if the >

Minor version upgrades

2019-05-10 Thread Dave Ford
Hello, We've running many instances of Tomcat 8.5 on some dozens of linux servers. All of this is being managed by Puppet using the puppetforge tomcat module. The Puppet module that deploys tomcat simple checks to see if the NOTICE file is the correct place to determine whether or not it should

Minor version upgrading

2019-05-10 Thread Dave Ford
Hello, We've running many instances of Tomcat 8.5 on some dozens of linux servers. All of this is being managed by Puppet using the puppetforge tomcat module. The Puppet module that deploys tomcat simple checks to see if the NOTICE file is the correct place to determine whether or not it should

Re: Jmx example for adding or removing users?

2019-05-10 Thread Mark Thomas
On 10/05/2019 13:52, Alex O'Ree wrote: > According to this > https://tomcat.apache.org/tomcat-8.5-doc/realm-howto.html#UserDatabaseRealm > > It appears that xml file is loaded into a memory realm at start time. JMX > changes are immediate, but is there an easy way to save the changes back to > the

Re: Jmx example for adding or removing users?

2019-05-10 Thread Alex O'Ree
According to this https://tomcat.apache.org/tomcat-8.5-doc/realm-howto.html#UserDatabaseRealm It appears that xml file is loaded into a memory realm at start time. JMX changes are immediate, but is there an easy way to save the changes back to the xml file? Digging around in the source, I think t

Re: Jmx example for adding or removing users?

2019-05-10 Thread Alex O'Ree
Ahh i missed the exception, had the logs redirected. thanks On Fri, May 10, 2019 at 3:46 AM Mark Thomas wrote: > 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

Re: Jmx example for adding or removing users?

2019-05-10 Thread Mark Thomas
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 th