RE: AJP connector connectionTimeOut

2010-11-15 Thread Luke Meyer
> The BIO connector doesn't complain due to how properties are handled > internally. The NIO and APR/native connector will log warnings. OK, good to know. I noticed the default HTTP connector also doesn't warn about bogus properties. Hadn't checked the rest. > AJP connections are intended to pe

Re: AJP connector connectionTimeOut

2010-11-15 Thread Mark Thomas
On 15/11/2010 20:30, Luke Meyer wrote: > Tomcat 6.0.29, HotSpot 1.6.0_21 on CentOS 5. > > I had a problem recently where someone configured a standard AJP connector > like this: > maxThreads="250" protocol="AJP/1.3" /> > > See the typo? "connectionTimeOut" should be "connectionTimeout". Normall