[OT] Getting TLS handshake details

2022-04-13 Thread Christopher Schultz
All, I asked this question a few years ago on SO and I didn't really get an answer: https://stackoverflow.com/questions/39374024/determine-diffie-hellman-parameters-length-for-a-tls-handshake-in-java Does anyone know if it's possible to get the DHE key-exchange parameters during the TLS

Re: [ANN] ApacheCon NA 2022 in New Orleans, 3-6 Oct 2022, CFP is OPEN!

2022-04-13 Thread Christopher Schultz
Suvendu, On 4/8/22 05:31, Suvendu Sekhar Mondal wrote: Thank you Chris for the details and encouragement! :) One question, is there any plan to broadcast this year's ApacheCon as well? Personally speaking, I was excited to attend my first ApacheCon when this even went virtual. Experience was

Re: How can I stop scanning TLD's?

2022-04-13 Thread Konstantin Kolinko
вт, 12 апр. 2022 г. в 23:31, Blake McBride : > > Greetings, > > When booting my app, the system takes a long time to get past: > > 12-Apr-2022 20:21:18.648 INFO [main] > org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned > for TLDs yet contained no TLDs. Enable debug

RE: Reconfiguring Tomcat application without restart

2022-04-13 Thread Harri Pesonen
Hello, so we have application that should get a new configuration, CORS in this case, on the fly, without restarting the application, because it can have thousands of active connections. Currently the configuration is stored in this application configuration file

Re: Reconfiguring Tomcat application without restart

2022-04-13 Thread Christopher Schultz
Harri, On 4/13/22 07:32, Harri Pesonen wrote: Hello, is it possible to change the context file in $CATALINA_HOME/conf/Catalina/localhost/app.xml so that application would get the new configuration without restarting? Without restarting... what exactly? And what would you want to change?

Re: How can I stop scanning TLD's?

2022-04-13 Thread Suvendu Sekhar Mondal
Hello Blake, On Wed, Apr 13, 2022 at 6:34 PM Blake McBride wrote: > > Thanks, Thomas. > > I tried putting the following in conf/context.xml > > > > > > > That worked. However, that seems to match the Tomcat 8 docs and not the > Tomcat 9 docs. I will try figuring out the Tomcat 9

Re: How can I stop scanning TLD's?

2022-04-13 Thread Blake McBride
Thanks, Thomas. I tried putting the following in conf/context.xml That worked. However, that seems to match the Tomcat 8 docs and not the Tomcat 9 docs. I will try figuring out the Tomcat 9 configuration as soon as I get a chance. If you know the Tomcat 9 equivalent, that would be

Reconfiguring Tomcat application without restart

2022-04-13 Thread Harri Pesonen
Hello, is it possible to change the context file in $CATALINA_HOME/conf/Catalina/localhost/app.xml so that application would get the new configuration without restarting? I could not find such thing in servlet specification. Or would it be possible to manually read the file from the application,

AW: How can I stop scanning TLD's?

2022-04-13 Thread Thomas Hoffmann (Speed4Trade GmbH)
> -Ursprüngliche Nachricht- > Von: Blake McBride > Gesendet: Dienstag, 12. April 2022 22:31 > An: Tomcat Users List > Betreff: How can I stop scanning TLD's? > > Greetings, > > When booting my app, the system takes a long time to get past: > > 12-Apr-2022 20:21:18.648 INFO [main] >