I hope you can help me, I have a web app with java EE 7 on an apache tomcat 8.0.5 server, the problem is that when downloading a file from the interface to do it, it does not, download the file but to the time to go by 10MB, the download is cut, I do not know why, I hope you can help me with some configuration on the Tomcat server or on the web.xml of java ee 7.
The settings I'm doing in an appconfig in java not in xml.
For the download I have a Bean with a StreamedContent variable where I load it with a File type variable.
In the view, with Primefaces a commandButton and inside it a fileDownload that refers to the StreamedContent variable