Re: mod_jk endpoints

2018-10-21 Thread Rainer Jung
Am 22.10.2018 um 00:53 schrieb Jerry Malcolm: On 10/21/2018 3:17 AM, Mark Thomas wrote: We provide the Windows binaries because the build process is more involved, most users don't have the necessary toolchain  easily available and we only need to provide one binary for all Windows

Re: mod_jk endpoints

2018-10-21 Thread Rainer Jung
Am 22.10.2018 um 00:43 schrieb Jerry Malcolm: On 10/21/2018 7:27 AM, Rainer Jung wrote: Plus: mod_http2 uses additional threads per Apache httpd process. Look for H2Workers, H2MinWorkers and H2MaxWorkers in the mod_http2 docs. By default it seems you get ThreadsPerChild normal http worker

Re: mod_jk endpoints

2018-10-21 Thread Jerry Malcolm
On 10/21/2018 3:17 AM, Mark Thomas wrote: We provide the Windows binaries because the build process is more involved, most users don't have the necessary toolchain easily available and we only need to provide one binary for all Windows platforms (ok we provide several binaries with

Re: mod_jk endpoints

2018-10-21 Thread Jerry Malcolm
On 10/21/2018 7:27 AM, Rainer Jung wrote: Plus: mod_http2 uses additional threads per Apache httpd process. Look for H2Workers, H2MinWorkers and H2MaxWorkers in the mod_http2 docs. By default it seems you get ThreadsPerChild normal http worker threads plus ThreadsPerChild HTTP/2 worker

[ANN] Apache Tomcat Native 1.2.18 released

2018-10-21 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat Native 1.2.18. The key features of this release are: - Windows binaries built with APR 1.6.5 and OpenSSL 1.0.2p. - Windows binaries built with APR 1.6.5 and OpenSSL 1.1.1. - TLSv1.3 support when built with OpenSSL 1.1.1

Re: mod_jk endpoints

2018-10-21 Thread Jerry Malcolm
On 10/21/2018 3:17 AM, Mark Thomas wrote: We need to see the configuration for: - httpd mpm / threads / processes - workers.proprties - Tomcat's AJP connector Mark I'm not sure where to find httpd mpm / threads / processes config. Nothing like that in my httpd.conf ---

Re: Cookie Header Not Being Parsed

2018-10-21 Thread Durand, Dustin
On 10/21/18, 8:22 AM, "Mark Thomas" wrote: > Tomcat recycles HttpServletRequest objects. If an application retains a reference to a request then you can see the behaviour you describe. > Setting the following system property: > org.apache.catalina.connector.RECYCLE_FACADES=true

Re: mod_jk endpoints

2018-10-21 Thread Rainer Jung
Am 21.10.2018 um 10:17 schrieb Mark Thomas: On October 21, 2018 7:38:25 AM UTC, Greg Huber wrote: So I'm using the 2016 1.2.40 version. Think you have to build mod_jk to use the latest and greatest, Correct. We stopped providing binary builds for anything other than Windows because there

Re: Cookie Header Not Being Parsed

2018-10-21 Thread Mark Thomas
On 21/10/18 12:36, Durand, Dustin wrote: > On 10/20/18, 3:34 PM, "Caldarale, Charles R" > wrote: >> your application is likely hanging on to some reference to the prior request >> and inadvertently using it when a new request shows up. >> This often takes the form of instance variables in a

Re: Cookie Header Not Being Parsed

2018-10-21 Thread Durand, Dustin
On 10/20/18, 3:34 PM, "Caldarale, Charles R" wrote: >your application is likely hanging on to some reference to the prior request >and inadvertently using it when a new request shows up. > This often takes the form of instance variables in a servlet being used to > hold request information.

Re: mod_jk endpoints

2018-10-21 Thread Mark Thomas
On October 21, 2018 7:38:25 AM UTC, Greg Huber wrote: >> So I'm using the 2016 1.2.40 version. > >Think you have to build mod_jk to use the latest and greatest, Correct. We stopped providing binary builds for anything other than Windows because there were just too many combinations. And it is

Re: mod_jk endpoints

2018-10-21 Thread Greg Huber
> So I'm using the 2016 1.2.40 version. Think you have to build mod_jk to use the latest and greatest, this is what I have in my notes (also from the website docs): mod_jk.so build yum install httpd-devel download tomcat-connectors-x.x.xx-src.tar.gz extract and cd into the native