Re: tomcat 8.5.29 AJP connector setup

2018-10-28 Thread Jose Torres
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  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.
>
>
>
>
> 
>   maxThreads="4096" minSpareThreads="256"
>  enableLookups="false" acceptCount="100"
>  connectionTimeout="2" />
>
>


tomcat 8.5.29 AJP connector setup

2018-10-28 Thread Jose Torres
Hello,

I am running with configuration below, I like to know what parameters can
be use with tomcat AJP for a H.A. configuration.