Re: Tomcat9 silently ignores web application

2023-07-07 Thread Graham Leggett
On 2023/07/07 13:44:07 Christopher Schultz wrote: > When you start Tomcat, do you get a message about /foo/bar being > deployed in catalina.out? For example, I get this for every deployment: > > Jul 06, 2023 4:09:33 PM org.apache.catalina.startup.HostConfig > deployDirectory > INFO: Deploying

RE: OT: Question regarding the listeners in the upcoming releases.

2023-07-07 Thread jonmcalexander
Thank you Chris. I will look into Manager + JMXProxyServlet. Dumb question, but does this require the Manager.war to be deployed (Isn't that just to get to the UI?), or does it call the Catalina Manager servlet directly? Is there any documentation around this type of setup? Thanks again and

Re: OT: Question regarding the listeners in the upcoming releases.

2023-07-07 Thread Christopher Schultz
Jon, On 7/7/23 1:06 PM, jonmcalexan...@wellsfargo.com.INVALID wrote: Yes, I'm aware that JMX may be the easiest method, however to use it means modifying the JAVA_OPTIONS as well as having a username and password as well as to meet our internal requirements, an ssl certificate for the jmx

Re: RateLimitFilter

2023-07-07 Thread Rémy Maucherat
On Fri, Jul 7, 2023 at 6:07 PM Peter Eichenauer wrote: > > Hi, > > thank you for adding the RateLimitFilter in Tomcat 9.0.76. It is working > as expected, but I wonder if the log message during initialisation is > correct: Actual is [{3}] per [{4}] milliseconds. [{5}]. > > To me it looks like

RE: OT: Question regarding the listeners in the upcoming releases.

2023-07-07 Thread jonmcalexander
Hi Chris, Yes, I'm aware that JMX may be the easiest method, however to use it means modifying the JAVA_OPTIONS as well as having a username and password as well as to meet our internal requirements, an ssl certificate for the jmx connection. What I'm looking for, if possible, is the addition

RateLimitFilter

2023-07-07 Thread Peter Eichenauer
Hi, thank you for adding the RateLimitFilter in Tomcat 9.0.76. It is working as expected, but I wonder if the log message during initialisation is correct: Actual is [{3}] per [{4}] milliseconds. [{5}]. To me it looks like that parameter {4} is printed in seconds. For example, this is my

Re: Tomcat links application at the root of the server?

2023-07-07 Thread Christopher Schultz
Graham, On 7/7/23 09:26, Graham Leggett wrote: Is there is application out there that will provide, at / (or a path of your choosing), a list of links of applications currently deployed and running under tomcat? Ideally I want tomcat to tell me what applications have been deployed and if

Re: Tomcat9 silently ignores web application

2023-07-07 Thread Christopher Schultz
Graham, On 7/7/23 08:48, Graham Leggett wrote: 1. Please read https://tomcat.apache.org/tomcat-9.0-doc/config/context.html#Defining_a_context You are injecting a Context into a Host at the time when the

Re: OT: Question regarding the listeners in the upcoming releases.

2023-07-07 Thread Christopher Schultz
Jon, On 7/6/23 16:22, jonmcalexan...@wellsfargo.com.INVALID wrote: I have a question which is based around the idea of the new Listeners that are being introduced in the upcoming releases. This is based on something I’ve been thinking on for the last 6 to 9 mos. Would it be possible to have a

Re: Tomcat links application at the root of the server?

2023-07-07 Thread Robert Turner
What about the standard / provided Tomcat Manager application? https://tomcat.apache.org/tomcat-9.0-doc/manager-howto.html On Fri, Jul 7, 2023 at 9:26 AM Graham Leggett wrote: > Hi all, > > Is there is application out there that will provide, at / (or a path of > your choosing), a list of

Tomcat links application at the root of the server?

2023-07-07 Thread Graham Leggett
Hi all, Is there is application out there that will provide, at / (or a path of your choosing), a list of links of applications currently deployed and running under tomcat? Ideally I want tomcat to tell me what applications have been deployed and if they have been deployed successfully,

Re: Tomcat9 silently ignores web application

2023-07-07 Thread Graham Leggett
Hi, > 1. Please read > https://tomcat.apache.org/tomcat-9.0-doc/config/context.html#Defining_a_context > > > > You are injecting a Context into a Host at the time when the > server.xml file is parsed. It does not

Re: Pinned threads for HTTP2 using Virtual Threads on Tomcat 10.1.7

2023-07-07 Thread Daniel Andres Pelaez Lopez
Mark, Thanks for letting me know. I will wait for the August release to test. Regards. El jue, 6 jul 2023 a las 15:13, Mark Thomas () escribió: > > > 6 Jul 2023 20:09:01 Daniel Andres Pelaez Lopez : > > > I am aware Tomcat community did a great effort to move Tomat to > > Virtual Threads

Re: View Differences for Tomcat Configuration file versions

2023-07-07 Thread Nadine Young
Thanks Mark.  This works great. I appreciate your help. On Thursday, July 6, 2023 at 06:23:33 p.m. NDT, Mark Thomas wrote: On 02/07/2023 11:41, Mark Thomas wrote: > On 30/06/2023 20:15, Christopher Schultz wrote: >> Nadine, >> >> On 6/29/23 12:38, Nadine Young wrote: >>> >>>  From the