SpringBoot Embedded Tomcat Server RateLimitFilter

2024-02-27 Thread Ved
Hi, I am using spring boot and wanted to use Rate Limit. I can find it in package org.apache.catalina.filters; //in embedded tomcat But this RateLimitFilter is never called. I want to understand when this filter is called and how I can customize it. Regards, Ved Prakash

RE: Need help for a problem on migrating from Tomcat-8 to Tomcat-9

2024-02-27 Thread Saha, Rajib
Hi Chris, I got your point. Actually, this service for us is a core service of our product, which control several core servers on it. But, we will Definity see the options to unblock the dependency as you said. Regards Rajib -Original Message- From: Christopher Schultz Sent: 27

Re: Any way to look-up a session from application?

2024-02-27 Thread Robert Turner
Chris, I think maybe Mark answered a similar question a while back indicating the only supported method within the Servlet API was custom session tracking. I could be remembering incorrectly. That's what we do however, because without "snooping" into the Tomcat internals, I don't think there was

Re: Any way to look-up a session from application?

2024-02-27 Thread Olaf Kock
Hi Chris On 27.02.24 15:19, Christopher Schultz wrote: All, I'm looking at building some administrative tools into my application, and I'd like to be able to inspect user sessions for certain attributes. I know that I can use JMX to make calls to the (session) Manager, but it looks like the

Re: configuring Tomcat 9.0.85 for debugging

2024-02-27 Thread Mark Caruso
Mark Your input is very helpful.  Thank You very much!  I have been having headaches with all the issues you mentioned and will be following your guidance. On Monday, February 26, 2024 at 06:12:49 PM EST, Mark Eggers wrote: On 2/26/2024 2:18 PM, Mark Caruso wrote: > If anyone has

Re: configuring Tomcat 9.0.85 for debugging

2024-02-27 Thread Mark Caruso
Thank you very much! On Monday, February 26, 2024 at 05:43:02 PM EST, Chuck Caldarale wrote: > On Feb 26, 2024, at 16:18, Mark Caruso wrote: > > If anyone has guidance for configuring Tomcat 9.0.85 for debugging please > send it along. I am running the program under Ubuntu 20.04.

Re: Need help for a problem on migrating from Tomcat-8 to Tomcat-9

2024-02-27 Thread Christopher Schultz
Rajib, On 2/26/24 23:43, Saha, Rajib wrote: Hi Mark, Thanks for your explanation and suggestion. For my use case, I have used the below option and its working fine. = --ServiceUser="LocalSystem" = Thank you very much for showing the way.

Any way to look-up a session from application?

2024-02-27 Thread Christopher Schultz
All, I'm looking at building some administrative tools into my application, and I'd like to be able to inspect user sessions for certain attributes. I know that I can use JMX to make calls to the (session) Manager, but it looks like the only things really exposed are: String[]