Re: How to enable keepAliveTimeout in TomEE

2018-06-25 Thread srikanth myneni
Hi Romain, For Tomcat we use below property set the value. Do we have a similar configuration in TomEE? keepAliveTimeout The number of milliseconds this *Connector* will wait for another HTTP request before closing the connection. The default value is to use the value that has been set for the

Re: How to enable keepAliveTimeout in TomEE

2018-06-25 Thread Romain Manni-Bucau
Hi Srikanth? which keepAliveTimeout? (we have in ejbd -> ejbd.properties, in tomcat connectors -> standard tomcat config, etc...) Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github

How to enable keepAliveTimeout in TomEE

2018-06-25 Thread srikanth myneni
Hi All, Can anyone share the TomEE configuration for setting the keepAliveTimeout property? Regards, Srikanth