Re: adding new JMX attributes

2019-06-04 Thread Eugène Adell
Hello, thanks for your answer. > What are the data types? When are they updated? What about meta-realms > such as LockOutRealm? How should they behave? Taking example on counters that I see else where (GlobalRequestProcessor->errorCount) integers should be enough, one of the counters would be in

Re: adding new JMX attributes

2019-06-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Eugéne, On 6/4/19 08:03, Eugène Adell wrote: > Hi guys, > > I started to investigate how I could add 2 new JMX attributes, and > that doesn't look very difficult even for someone who doesn't look > at Tomcat's source code often. > > My suggestion

adding new JMX attributes

2019-06-04 Thread Eugène Adell
Hi guys, I started to investigate how I could add 2 new JMX attributes, and that doesn't look very difficult even for someone who doesn't look at Tomcat's source code often. My suggestion would be to add these 2 new attributes (authenticationSucceeded and authenticationFailed) to all Realms, then