Re: Limit connections in multi-context environment

2016-10-25 Thread Bryan Larson
Mark, I browsed the source code for the SemaphoreValve, and it appears that if a Semaphore cannot be acquired the request will effectively "drop through". Does that sound accurate? What would I expect in terms of http status code for the requests that are filtered out? Thanks, Bryan On Tue, Oct

Re: Details About Webapp Log in Tomcat

2016-10-25 Thread Mark Thomas
On 23/10/2016 18:24, minglei yin wrote: > Hi all, > > Recently, I want to implement a log functionality which is very similar to > log mechanism in Tomcat. So I am here to ask some helps. > > I just want to know, how Tomcat implements that different web applications > can have different logging c

AW: 8.5.4 to 8.5.5 SSL Issue

2016-10-25 Thread Kreuser, Peter
Dear all, > On Sun, Oct 23, 2016 at 3:15 PM, Christopher Schultz < > > ch...@christopherschultz.net> wrote: > > >

Re: Async servlet and request recycling

2016-10-25 Thread Mark Thomas
Thanks for this. While I haven't had a chance to look into this, there is enough information here to justify opening a bug report. That has the added advantage that it won't get forogtten. Mark On 18/10/2016 09:55, Thomas Boniface wrote: > Just a small correction, the callback was a bit weird.