RE: Query: HSTS | Tomcat 9.0.50

2023-01-16 Thread Deepti Sharma S
Hi Olaf, Let me explain more on my use-case : 1. There is no reverse proxy in between tomcat and UA in my use case. 2. In Tomcat/conf/server.xml I have below connector settings : When I configure HSTS in Tomcat/conf/web.xml and try to access website via HTTPS https://[domain]:8443,

Re: SSO Token not found with RewriteRules

2023-01-16 Thread Jerry Malcolm
Well, after downloading and installing the Tomcat source in my Eclipse environment and tracking through a bunch of breakpoints, I figured out what was happening.   SingleSignOn.invoke() was querying for the list of cookies in the request (that were indeed present in the request), but was

Re: Tomcat for Apple silicon coming soon?

2023-01-16 Thread Mark Thomas
On 16/01/2023 20:40, Robert Turner wrote: You can run an aarm64 version of the Java runtime (various distributions exist) and run Tomcat on that -- it works well. No specific version of Tomcat is required as it a Java package. +1 I've been running the Tomcat unit tests on Apple silicon for a

Re: Tomcat for Apple silicon coming soon?

2023-01-16 Thread Robert Turner
You can run an aarm64 version of the Java runtime (various distributions exist) and run Tomcat on that -- it works well. No specific version of Tomcat is required as it a Java package. On Mon, Jan 16, 2023 at 3:38 PM m...@cvkimball.com wrote: > > I'd like to run Tomcat on one of the new Apple

Tomcat for Apple silicon coming soon?

2023-01-16 Thread m...@cvkimball.com
I'd like to run Tomcat on one of the new Apple products based on the Apple Mac silicon ARM64 architecture. Is a Tomcat release, preferably Tomcat 10.1, for Mac silicon likely in the near future? Thanks, Chris Kimball Redding, CT

Re: Prometheus on Apache Tomcat multiple tomcat Instances

2023-01-16 Thread logo
Melvin, > Am 16.01.2023 um 14:52 schrieb Melvin Oosterveen > : > > > Hi all, > > I'm currently working on Apache Tomcat stacks within my company and I would > like to integrate Prometheus into our deployments. We have decided to go for > the Advanced Configuration - Multiple Tomcat

Prometheus on Apache Tomcat multiple tomcat Instances

2023-01-16 Thread Melvin Oosterveen
Hi all, I'm currently working on Apache Tomcat stacks within my company and I would like to integrate Prometheus into our deployments. We have decided to go for the Advanced Configuration - Multiple Tomcat Instances on UNIX systems described in the RUNNING.txt. Does anyone have some

Re: Query: HSTS | Tomcat 9.0.50

2023-01-16 Thread Olaf Kock
On 16.01.23 06:57, Deepti Sharma S wrote: Hello Team, Can you please help us for below query: Query : How to enable HSTS in Apache Tomcat on non-default ports? We have custom ports for http and https and we want to enable HSTS on those custom ports. Note: We could see HSTS is working