Customer(s)

Volvo

Description

If you ever experience an issue (error or blank page) while exporting data into a XLS file, on Germain dashboard, try increasing the Tomcat setting as mentioned below. if that does not work, contact us please.

Configuration

File: $tomcat/conf/server.xml

Parameter: maxPostSize

Value: 52428800 (50MB)

Example

<Connector port="8080" protocol="HTTP/1.1"
connectionTimeout="20000"
maxPostSize="52428800" => Increase max POST size to 50MB
redirectPort="8443" />