I built a web application on a cloud PaaS which let me use Spring MVC. I was told that the underlying software is tomcat 7.0.
I have found that the server will not upload large files and I then changed the file upload size limit from 3M to 10M. Then when I upload a 5-6M file, the page failed after exactly 1 minute on both Chrome and IE. I was able to upload 3.6M file sometimes, but due to my broadband upload speed it sometimes fails as well if exceeds 1 minute.
So where do I change this timeout?