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 org.apache.coyote.ajp.AjpNioProtocol
-Tony
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
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
-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 simil