Apache tomcat upgrade from 9.0.52 to 9.0.60

2022-03-26 Thread Kaushal Shriyan
Hi, I am referring to https://tomcat.apache.org/download-90.cgi. I am currently running Apache Tomcat/9.0.52 on CentOS Linux release 7.9.2009 (Core) /opt/tomcat/bin/version.sh Using CATALINA_BASE: /var/tmp/tomcat9 Using CATALINA_HOME: /var/tmp/tomcat9 Using CATALINA_TMPDIR: /var/tmp/tomcat9/t

Question about ssl

2022-03-26 Thread John Dale (DB2DOM)
Greetings; Can you help me understand why Tomcat's SSL handling is so much faster than hand rolling it on a regular socket? Sincerely, John - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands,

AW: Apache : Redirect web requests - Keep the same host in the URL

2022-03-26 Thread Thomas Hoffmann (Speed4Trade GmbH)
> -Ursprüngliche Nachricht- > Von: olivier giorgi > Gesendet: Samstag, 26. März 2022 12:49 > An: Tomcat Users List > Betreff: Apache : Redirect web requests - Keep the same host in the URL > > > Hello all, > > The goal is that users willcontinue to connect to "https:/server1"but will

Apache : Redirect web requests - Keep the same host in the URL

2022-03-26 Thread olivier giorgi
Hello all, The goal is that users willcontinue to connect to "https:/server1"but will actually browse to "https://server2";. I have successfullyredirected from "server1" to "server2" via apache/http, but the url seen in the browserchanges.  In the following configuration, how can I make this