Keep-Alive for servlet

#1
Hi,

The documentation says about "Keep Alive Timeout" that it applies to persistent connections and about persistent connections that they only apply to "FastCGI external application".

When configuring a servlet external app, the "Keep Alive Timeout" is configurable through the management interface but its value is not applied to ajp connection (they time out after a few seconds, whatever the value is). Perhaps this is on the tomcat side, but it does not look there is some config option about keepalive for ajp in the servlet server.

Any hint about the way it really works in 2.2.2 appreciated.

Thanks.
 

mistwang

LiteSpeed Staff
#2
We don't have this problem in our lab, please try leaving "Keep Alive Timeout" unset if you want it to be keepalived forever.
 
Top