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 hands
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 o
вт, 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 logging
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
$CATALINA_HOME/conf/Catalina/loc
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?
Usu
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 configurat
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 reall
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,