Maximum connections and thread notifications

2019-04-04 Thread M. Manna
Hello all, Since yesterday all of our loadbalanced tomcat servers have been refusing further connection intermittently. During our internal stress testing, we’ve managed to reproduce the issue where maximum number of threads/connections to Catalina were reached for one server, but then the rest w

Re: how to enable OCSP for Tomcat w OpenSSL

2019-04-04 Thread John Palmer
Well, after much research and experimentation I got OCSP working with the JSSE flaovor, NIO2 connector (renamed the OCSP-enabled tc-native-1.dll so it isn't used and JSSE is used instead). 2 things had to be set: 1: server.xml: add to the SSLHostConfig section (inside the Connector section)

Re: Monitoring resources comsumption at context level

2019-04-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Fellipe, On 4/4/19 16:51, Fellipe Theophilo wrote: > Hi Cris, thank you for reply. So, I've talked to the developer team > about this and they told me that they want to be able to know at > OBJECT level or at CLASS level what is consuming more resou

Re: Monitoring resources comsumption at context level

2019-04-04 Thread Fellipe Theophilo
Hi Cris, thank you for reply. So, I've talked to the developer team about this and they told me that they want to be able to know at OBJECT level or at CLASS level what is consuming more resources, to make easier to debug the code. For example, suppose that some JVM is having high resource comsumpt

AW: Tomcat Hackathon - Brussels Belgium - 4/5 May 2019

2019-04-04 Thread Thomas Meyer
Hi, a PropertySource that uses environment variables as source would be nice. I.e. an OpenShift/Kubernetes Secret mapped into environemnt variables that can be used in server.xml or context.xml! With Kind regards Thomas Von: Mark Thomas Gesendet: Donnerstag, 4. April 2019 16:29 An: Tomcat User

Tomcat Hackathon - Brussels Belgium - 4/5 May 2019

2019-04-04 Thread Mark Thomas
All, You are invited! As part of the EU-FOSSA 2 project[1], there will be a Tomcat Hackathon in Brussels, Belgium on 4-5 May 2019.[2] The outline of the schedule is: - general update on the status of the project - hacking - wrap-up with the majority of the time spent hacking. We are currentl

the config about

2019-04-04 Thread 舒凯凯
this is my question: when I get an error of ---Error parsing HTTP request header-- the reason of this error i already know. the header is too large. by setting maxHttpHeaderSize to a bigger size can solve this error, but this is not my point. the total message of this error is : Info: Error parsi

Re: Tomcat 8.5.x configuration file differences: permission denied

2019-04-04 Thread Maxim Solodovnik
you can use github for this :) On Thu, 4 Apr 2019 at 16:19, George Angeletos wrote: > > I am getting permission denied when trying to view configuration file > changes between 8.5.x versions ( > https://tomcat.apache.org/migration-85.html#Upgrading_8.5.x) > > https://gitbox.apache.org/repos/asf?p

Tomcat 8.5.x configuration file differences: permission denied

2019-04-04 Thread George Angeletos
I am getting permission denied when trying to view configuration file changes between 8.5.x versions ( https://tomcat.apache.org/migration-85.html#Upgrading_8.5.x) https://gitbox.apache.org/repos/asf?p=tomcat.git&a=blobdiff&f=conf%2Fcatalina.policy&hpb=8.5.37&hb=8.5.39 Cheers, George