Hello,
when i try to upload file bigger than 2mb from my jsp page, browser shows "The connection was reset" page in a second.
If I connect to server with
Windows XP,
java 1.5,
tomcat 5.5,
commons-fileupload 1.1,
it works fine!!!
But when I copy the application to linux server with
debian sarge,
java1.5,
tomcat5 (with tomcat4, it was the same),
the above page is shown without any exception.
I tried parameter disableUploadTimeout, maxPostSize etc. Nothing helps...
Please help!
when i try to upload file bigger than 2mb from my jsp page, browser shows "The connection was reset" page in a second.
If I connect to server with
Windows XP,
java 1.5,
tomcat 5.5,
commons-fileupload 1.1,
it works fine!!!
But when I copy the application to linux server with
debian sarge,
java1.5,
tomcat5 (with tomcat4, it was the same),
the above page is shown without any exception.
I tried parameter disableUploadTimeout, maxPostSize etc. Nothing helps...
Please help!