Re: minSpareThreads for AJP connector

2016-05-26 Thread Anthony Biacco
On Thu, May 26, 2016 at 2:19 PM, Anthony Biacco wrote: > I have this property set under 8.0.35, but it only hits the value I set > when i make that many requests. > Should it not allocate threads of the value I set on startup? > > btw, i'm using

minSpareThreads for AJP connector

2016-05-26 Thread Anthony Biacco
I have this property set under 8.0.35, but it only hits the value I set when i make that many requests. Should it not allocate threads of the value I set on startup? Thanks, -Tony

Tomcat8.0.33 AJP connector is hanging

2016-05-26 Thread Venkata Reddy P
Hi, I have override the AjpProtocol to inject ssl communication by providing SSLImplementation which is working well with the http connections(PocHttp11Protocol) for the same SSLImplementation. But some reason ajp connections are failing. 1) All the connections to the AJP-BIO is hanging

Re: How to acess HttpServletRequest in Jaas login module in Tomcat

2016-05-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Saurabh, On 5/25/16 10:33 PM, saurabh.su...@rbs.com.INVALID wrote: > I am already extending JAASCallbackHandler and getting Name and > password through that. How can we get HTTLServletRequest through > JAASCallbackHandler? I'm interested in a