What's new in NEV 10.6.9
Summary
NEV Version | 10.6.9 |
---|---|
ARender version | 4.4.2.NX1.6 |
Release date | October 29th 2021 |
Upgraded components | Previewer (ARender connector), Nuxeo addon (nuxeo-arender package) |
Improvements
Make Tomcat keepAliveTimeout Setting Configurable
In order to avoid 504 gateway timeout exceptions, we changed the default keepAliveTimeout setting and allow to configure it.
New parameters are available to configure the Tomcat Connector of the Previewer:
TOMCAT_HTTP_CONNECTOR_CONNECTION_TIMEOUT=20000
TOMCAT_HTTP_CONNECTOR_KEEP_ALIVE_TIMEOUT=65000
See NEV-499.
Make Tomcat Access Log Customizable
In order to improve customization and also allow the Previewer Tomcat Access logs to be available on DataDog, we made some changes:
- The Tomcat AccessLog pattern has changed to include the thread name.
- New environment variables are available to customize the Tomcat AccessLogValve:
TOMCAT_ACCESS_LOG_DIRECTORY=logs TOMCAT_ACCESS_LOG_PATTERN=%h %l %u %t %I "%r" %s %b [%D] TOMCAT_ACCESS_LOG_MAX_DAYS=-1
See NEV-494.