I hit enter too soon, but I want to know what other people use when configuring tomcat AJP connector, I provided an example of what I use. I am running following, tomcat 8.5.29 / apache 2.4.29 / mod_jk/1.2.41.
Thanks On Sun, Oct 28, 2018 at 4:14 AM Jose Torres <sunj...@gmail.com> wrote: > Hello, > > I am running with configuration below, I like to know what parameters can > be use with tomcat AJP for a H.A. configuration. > > > > > <!-- Define an AJP 1.3 Connector on port 8009 --> > <Connector port="8009" protocol="AJP/1.3" redirectPort="443" > maxThreads="4096" minSpareThreads="256" > enableLookups="false" acceptCount="100" > connectionTimeout="20000" /> > >