Information
The connectionTimeout setting allows Jetty to close idle sockets after a specific amount of time to save system resources.
Closing idle sockets reduces system resource usage thus can provide better performance and help protect against Denial of Service attacks.
Solution
Within $JETTY_HOME/etc/server.xml ensure each connector is configured to the connectionTimeout setting that is optimal based on hardware resources, load, and number of concurrent connections.
connectionTimeout="60000"