I need help with my problem. We are trying to download some large file from an tomcat application which we already uploaded to it. The request is running in a timeout. So I am trying to figure out where I have to configure the timeouts. In the server.xml?
I found for the Connector the attributes disableUploadTimeout and connectionUploadTimeout. First one set to false and the second to something like 2 hours. It was not successful.
What did I miss?