Discussion:
How to enable keepAliveTimeout in TomEE
srikanth myneni
2018-06-25 11:30:06 UTC
Permalink
Hi All,

Can anyone share the TomEE configuration for setting the keepAliveTimeout
property?

Regards,
Srikanth
Romain Manni-Bucau
2018-06-25 11:31:34 UTC
Permalink
Hi Srikanth?

which keepAliveTimeout? (we have in ejbd -> ejbd.properties, in tomcat
connectors -> standard tomcat config, etc...)

Romain Manni-Bucau
@rmannibucau <https://twitter.com/rmannibucau> | Blog
<https://rmannibucau.metawerx.net/> | Old Blog
<http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book
<https://www.packtpub.com/application-development/java-ee-8-high-performance>
Post by srikanth myneni
Hi All,
Can anyone share the TomEE configuration for setting the keepAliveTimeout
property?
Regards,
Srikanth
srikanth myneni
2018-06-26 05:56:51 UTC
Permalink
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 *connectionTimeout* attribute. Use a value
of -1 to indicate no (i.e. infinite) timeout.

Regards,
Srikanth
Post by Romain Manni-Bucau
Hi Srikanth?
which keepAliveTimeout? (we have in ejbd -> ejbd.properties, in tomcat
connectors -> standard tomcat config, etc...)
Romain Manni-Bucau
@rmannibucau <https://twitter.com/rmannibucau> | Blog
<https://rmannibucau.metawerx.net/> | Old Blog
<http://rmannibucau.wordpress.com> | Github <
https://github.com/rmannibucau> |
LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book
<
https://www.packtpub.com/application-development/java-ee-8-high-performance
Post by srikanth myneni
Hi All,
Can anyone share the TomEE configuration for setting the keepAliveTimeout
property?
Regards,
Srikanth
Romain Manni-Bucau
2018-06-26 06:18:56 UTC
Permalink
This part of tomee is tomcat, literally, so just do as for tomcat.
Post by 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 *connectionTimeout* attribute. Use a value
of -1 to indicate no (i.e. infinite) timeout.
Regards,
Srikanth
Post by Romain Manni-Bucau
Hi Srikanth?
which keepAliveTimeout? (we have in ejbd -> ejbd.properties, in tomcat
connectors -> standard tomcat config, etc...)
Romain Manni-Bucau
@rmannibucau <https://twitter.com/rmannibucau> | Blog
<https://rmannibucau.metawerx.net/> | Old Blog
<http://rmannibucau.wordpress.com> | Github <
https://github.com/rmannibucau> |
LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book
<
https://www.packtpub.com/application-development/java-ee-8-high-performance
a
Post by Romain Manni-Bucau
Post by srikanth myneni
Hi All,
Can anyone share the TomEE configuration for setting the
keepAliveTimeout
Post by Romain Manni-Bucau
Post by srikanth myneni
property?
Regards,
Srikanth
Loading...