Re: Fw: Processing of multipart/form-data request failed. Socket read failed

2015-05-14 Thread Purvis Robert (HEALTH AND SOCIAL CARE INFORMATION CENTRE)
If you have a file upload that works in Tomcat, but not through Apache and mod-jk going to Tomcat, then it could be a problem with the maximum allowed post size in Apache. Check in the httpd.conf configuration file for Apache, and see what value you have for LimitRequestBody. Se the value to 0

Re: Fw: Processing of multipart/form-data request failed. Socket read failed

2008-04-28 Thread Alex Jacoby
] -- View this message in context: http://www.nabble.com/Fw%3A-Processing-of-multipart-form-data-request-failed.-Socket-read-failed-tp14210197p16942797.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To start

Re: Fw: Processing of multipart/form-data request failed. Socket read failed

2007-12-24 Thread jesus
://www.nabble.com/Fw%3A-Processing-of-multipart-form-data-request-failed.-Socket-read-failed-tp14210197p14428925.html Sent from the Tomcat - User mailing list archive at Nabble.com. -- // Jesús Miguel Torres Jorge - jesus en isaatc.ull.es // Dpto. de Ingeniería de Sistemas y Automática

Re: Fw: Processing of multipart/form-data request failed. Socket read failed

2007-12-19 Thread Boom
-Processing-of-multipart-form-data-request-failed.-Socket-read-failed-tp14210197p14428925.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe

Fw: Processing of multipart/form-data request failed. Socket read failed

2007-12-07 Thread 宋杨
Hi all: I use ajp between Apache2.2.6 and tomcat5.5.25, when I upload a file Exception occurred like below, anybody could tell me why? Thanks. I think the key is java.io.IOException: Socket read failed org.apache.coyote.ajp.AjpAprProcessor.read(AjpAprProcessor.java:1037) Is it a