Uploaded image for project: 'Nuxeo Enhanced Viewer'
  1. Nuxeo Enhanced Viewer
  2. NEV-499

Make configurable the Tomcat keepAliveTimeout setting

    XMLWordPrintable

    Details

    • Type: Improvement
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 10.6.9, arender-2.0.0
    • Component/s: Deployment
    • Release Notes Description:
      Hide

      You now can use the parameters below to configure the Tomcat Connector of the Previewer:

      TOMCAT_HTTP_CONNECTOR_CONNECTION_TIMEOUT=20000
      TOMCAT_HTTP_CONNECTOR_KEEP_ALIVE_TIMEOUT=65000
      
      Show
      You now can use the parameters below to configure the Tomcat Connector of the Previewer: TOMCAT_HTTP_CONNECTOR_CONNECTION_TIMEOUT=20000 TOMCAT_HTTP_CONNECTOR_KEEP_ALIVE_TIMEOUT=65000
    • Team:
      PLATFORM
    • Sprint:
      nxplatform #47
    • Story Points:
      1

      Description

      We're still seing 504 Gateway Timeout on production.

      After collecting information, we saw that the keepAliveTimeout of the application might be greater than the idleTimeout of the load balancer.
      This keepAliveTimeout is currently set to 20s, because it defaults to the connectionTimeout which is set to 20s.

      We would like to make customizable this timeout in order to adjust it to the Load Balancer setting.
      At the same moment we will change its default to 65s to cover general cases.

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: