Issues with timed out downloads via TomCat?
- by Ira Baxter
We get, in our opinion, a lot of failed download attempts and want to understand why.
We offer downloads via an email link (typical):
http://www.semanticdesigns.com/deliverEval/<productname>
This is processed by Tomcat on Linux via a jsp file, with the following code:
response.addHeader( "Content-Disposition", "attachment; filename=" +…