AW: Enable HTTP Strict Transport Security (HSTS) in Tomcat 9.0.x

2022-04-28 Thread Thomas Hoffmann (Speed4Trade GmbH)
> -Ursprüngliche Nachricht- > Von: Christopher Schultz > Gesendet: Freitag, 29. April 2022 01:10 > An: users@tomcat.apache.org > Betreff: Re: Enable HTTP Strict Transport Security (HSTS) in Tomcat 9.0.x > > Kaushal, > > On 4/28/22 15:37, Kaushal Shriyan wrote: > > On Fri, Apr 29, 2022

Re: Enable HTTP Strict Transport Security (HSTS) in Tomcat 9.0.x

2022-04-28 Thread Christopher Schultz
Kaushal, On 4/28/22 15:37, Kaushal Shriyan wrote: On Fri, Apr 29, 2022 at 12:44 AM Peter Chiu wrote: This is what I am using. Hope this helps. https://orclcs.blogspot.com/2017/04/enable-hsts-in-tomcat.html Thanks Peter. Do I need to run tomcat on port 443 or 8443 to enable HTTP Strict Tran

Re: Enable HTTP Strict Transport Security (HSTS) in Tomcat 9.0.x

2022-04-28 Thread Kaushal Shriyan
On Fri, Apr 29, 2022 at 12:44 AM Peter Chiu wrote: > This is what I am using. Hope this helps. > > https://orclcs.blogspot.com/2017/04/enable-hsts-in-tomcat.html Thanks Peter. Do I need to run tomcat on port 443 or 8443 to enable HTTP Strict Transport Security (HSTS). I will be unable to run to

Re: Enable HTTP Strict Transport Security (HSTS) in Tomcat 9.0.x

2022-04-28 Thread Peter Chiu
This is what I am using. Hope this helps. https://orclcs.blogspot.com/2017/04/enable-hsts-in-tomcat.html On Thu, Apr 28, 2022 at 3:11 PM Kaushal Shriyan wrote: > Hi, > > I am running the tomcat version 9.0.56 on CentOS Linux release 7.9.2009 > (Core) and trying to configure HTTP Strict Transpor

Enable HTTP Strict Transport Security (HSTS) in Tomcat 9.0.x

2022-04-28 Thread Kaushal Shriyan
Hi, I am running the tomcat version 9.0.56 on CentOS Linux release 7.9.2009 (Core) and trying to configure HTTP Strict Transport Security (HSTS) using /opt/tomcat9/conf/web.xml # ./version.sh Using CATALINA_BASE: /opt/tomcat9 Using CATALINA_HOME: /opt/tomcat9 Using CATALINA_TMPDIR: /opt/tomca

Re: Application specific el-api

2022-04-28 Thread Christopher Schultz
Mark, Vladimir, On 4/28/22 12:10, Mark Thomas wrote: On 28/04/2022 16:54, vladimir dvorak wrote:    Hi, my intention is to use custom el-api with modified BeanELResolver, that uses instead slow reflection API much faster https://github.com/EsotericSoftware/reflectasm You have a couple of opt

Re: Testing Tomcat pre-releases

2022-04-28 Thread Christopher Schultz
David, (Replying to the Tomcat users@ list) On 4/28/22 08:45, David Cleary wrote: Hi Chris. We have spoken over the years at various Apachecons. In one of your presentations, you talked about smoke testing Tomcat pre-releases. We just got bitten by a regression in 9.0.62, and the team that is

Re: Application specific el-api

2022-04-28 Thread Mark Thomas
On 28/04/2022 16:54, vladimir dvorak wrote: Hi, my intention is to use custom el-api with modified BeanELResolver, that uses instead slow reflection API much faster https://github.com/EsotericSoftware/reflectasm You have a couple of options. 1. Replace the el-api.jar in $CATALINA_BASE/lib.

Re: Application specific el-api

2022-04-28 Thread vladimir dvorak
Hi, my intention is to use custom el-api with modified BeanELResolver, that uses instead slow reflection API much faster https://github.com/EsotericSoftware/reflectasm kind regards Vladimir čt 28. 4. 2022 v 17:46 odesílatel Mark Thomas napsal: > On 28/04/2022 16:30, vladimir dvorak wrote: >

Re: Application specific el-api

2022-04-28 Thread Mark Thomas
On 28/04/2022 16:30, vladimir dvorak wrote: Hi, I'm trying to use jakarta-el, which is an alternative to el-api.jar from Tomcat. Jakarta-el is deployed with application, implementation part of lib works correctly since it uses separate package, but I can't force the Tomcat classloader mechani

Application specific el-api

2022-04-28 Thread vladimir dvorak
Hi, I'm trying to use jakarta-el, which is an alternative to el-api.jar from Tomcat. Jakarta-el is deployed with application, implementation part of lib works correctly since it uses separate package, but I can't force the Tomcat classloader mechanism to not use the classes from api part TOMCAT_

Automated migration for Tomcat 9 to 10

2022-04-28 Thread Chetna Agrawal
Hi, I want to migrate my webapp from Java EE8 to Jakarta EE 9 in order to run it on tomcat 10.0.18. I am trying to run jakartaee migration tool at runtime by adding - , in my context defined in server.xml. The tomcat version that I am using is 10.0.18. I am providing the value of path as /che

Re: Acceptor to report an incoimg connection more than once.

2022-04-28 Thread Mark Thomas
On 28/04/2022 05:15, Dharani Gajendiran wrote: Hi, In Tomcat 9.0.56, for the change log - "Provide protection against a known OS bug  that causes the acceptor to report an incoming connection more than once". Even though this is m