LifecycleMBeanBase doesn't have class explanation in the source

2020-12-26 Thread Mladen Adamović
Hi guys, LifecycleMBeanBase doesn't have a class javadoc. Could someone suggest what would be class explanation and add it in the code? Thanks

Re: feature request: reload SSL certificate automatically after X days (configuration option)

2020-12-23 Thread Mladen Adamović
properly. > > > On Wed, Dec 23, 2020 at 7:02 PM Christopher Schultz < > > ch...@christopherschultz.net> wrote: > > > > > Mladen, > > > > > > On 12/23/20 11:24, Mladen Adamović wrote: > > > > On Wed, Dec 23, 2020 at 4:44 PM Romain Manni-

Re: feature request: reload SSL certificate automatically after X days (configuration option)

2020-12-23 Thread Mladen Adamović
stopher Schultz < ch...@christopherschultz.net> wrote: > Mladen, > > On 12/23/20 11:24, Mladen Adamović wrote: > > On Wed, Dec 23, 2020 at 4:44 PM Romain Manni-Bucau < > rmannibu...@gmail.com> > > wrote: > > > >> 1. Usage, typically if you run in kubernetes or

Re: feature request: reload SSL certificate automatically after X days (configuration option)

2020-12-23 Thread Mladen Adamović
done. > > > > > > There are currently two options, through manager or through service > > restart. It seems that there is no consensus here to add the 3th option. > > > > > > > > > > > > > > > > > > > > > > &

Re: feature request: reload SSL certificate automatically after X days (configuration option)

2020-12-23 Thread Mladen Adamović
the 3th option. > > > > > > > On Wed, Dec 23, 2020 at 2:01 PM Romain Manni-Bucau < > rmannibu...@gmail.com> > > wrote: > > > > > Le mer. 23 déc. 2020 à 12:50, Mladen Adamović < > mladen.adamo...@gmail.com > > > > > >

Re: feature request: reload SSL certificate automatically after X days (configuration option)

2020-12-23 Thread Mladen Adamović
tion. On Wed, Dec 23, 2020 at 2:01 PM Romain Manni-Bucau wrote: > Le mer. 23 déc. 2020 à 12:50, Mladen Adamović > a > écrit : > > > On Wed, Dec 23, 2020 at 12:12 PM Romain Manni-Bucau < > rmannibu...@gmail.com > > > > > wrote: > > > > > I don

Re: feature request: reload SSL certificate automatically after X days (configuration option)

2020-12-23 Thread Mladen Adamović
> <https://rmannibucau.metawerx.net/> | Old Blog > <http://rmannibucau.wordpress.com> | Github < > https://github.com/rmannibucau> | > LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book > < > https://www.packtpub.com/application-development/java-ee-8-hig

Re: feature request: reload SSL certificate automatically after X days (configuration option)

2020-12-23 Thread Mladen Adamović
awerx.net/> | Old Blog > <http://rmannibucau.wordpress.com> | Github < > https://github.com/rmannibucau> | > LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book > < > https://www.packtpub.com/application-development/java-ee-8-high-performance > > > > > Le m

Re: feature request: reload SSL certificate automatically after X days (configuration option)

2020-12-23 Thread Mladen Adamović
In the case that is integrated, I can write a new improved tutorial/process. On Sat, Dec 19, 2020 at 11:09 PM Mladen Adamović wrote: > On Sat, Dec 19, 2020 at 6:30 PM Romain Manni-Bucau > wrote: > >> It moves the problem elsewhere, how would the CLI communicate with tomcat? >

Re: feature request: reload SSL certificate automatically after X days (configuration option)

2020-12-19 Thread Mladen Adamović
which would showcase a path to something like: Option 2) Without Tomcat Native ... I don't know what is the formal process for improving the documentation here? > > > > > > > > > > > > > > > > > > >

Re: feature request: reload SSL certificate automatically after X days (configuration option)

2020-12-19 Thread Mladen Adamović
https://certbot.eff.org/ as a > > fully > > supported server. > > > > > > > > > > > > > > > > > > Le sam. 19 déc. 2020 à 15:24, Mladen Adamović < > mladen.adamo...@gmail.com > > > > > > a > > > écrit : > > > > >

Re: feature request: reload SSL certificate automatically after X days (configuration option)

2020-12-19 Thread Mladen Adamović
cat listed here: https://certbot.eff.org/ as a fully supported server. > > Le sam. 19 déc. 2020 à 15:24, Mladen Adamović > a > écrit : > > > On Sat, Dec 19, 2020 at 2:29 PM Christopher Schultz < > > ch...@christopherschultz.net> wrote: > > > > >

Re: feature request: reload SSL certificate automatically after X days (configuration option)

2020-12-19 Thread Mladen Adamović
On Sat, Dec 19, 2020 at 2:29 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > Why not use cron? You can do this with a single "curl" command and the > Manager+JMXProxyServlet. > We are not using Tomcat manager app. Why someone should be forced to use Manager, to read/setup the doc

feature request: reload SSL certificate automatically after X days (configuration option)

2020-12-19 Thread Mladen Adamović
Hi guys, *Shortly*: Tomcat should have either Connector or SSLHostConfig option to automatically reload certificate from the same file after X days, i.e. reloadAfterDays=10 to force Tomcat to reload the certificate automatically after 10 days. *Long*: SSL certificates have a period of expiration

Re: Objection to the deprecation of the tomcat-native/APR connector

2020-12-17 Thread Mladen Adamović
wrote: > On Thu, Dec 17, 2020 at 12:12 PM Mladen Adamović < > mladen.adamo...@gmail.com> > wrote: > > > But what I have discovered from migrating from APR to Nio2 that our > > processor usage went down. We never tried Nio2, I have setup APR back in > > 2014

Re: Objection to the deprecation of the tomcat-native/APR connector

2020-12-17 Thread Mladen Adamović
Hi everyone, TLTR: after switching from APR to Nio2 our processor usage went down. Longer version: Recently we had a production problem which was noticeable years ago, but it became a real problem recently. In our tests 0.75% of connection requests weren't served. I have recently posted in Tomcat