Hi,
what setting did you change in the Tomcat config?
If it wasn't maxPostSize, have a look here.
Also, what does your Tomcat log say? Try enabling debug mode and see if there is any mention in the log.
David
Hi David,
I did set the maxPostSize in conf\\server.xml, and the <max-file-size> in webapps\\manager\\web-inf\\web.xml. Both set to 100mb.
I couldn't see anything in the Tomcat logs that was different between a file that worked and one that didn't, other than there is no return from the file over 25mb. I'm not a Tomcat expert and am waiting on some help from out IT guys to look in to it further.
Thanks,
Andy
We tracked the issue down to a setting in IIS.
In addition to the steps described in the safe article on setting up ARR you must go to the "Request Filtering" settings for the IIS server in IIS Manager, select "Edit Feature Settings" and change the "Maximum Allowed Content Length" to the same lenght as used for Tomcat.