RE: RE: XML Fileupload 8k with mod_jk

2006-07-13 Thread Thilko Richter
: Thilko Richter [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 05, 2006 16:10 To: users@tomcat.apache.org Subject: RE: RE: XML Fileupload 8k with mod_jk Hi, unfortunatly I get still the same behauviour... I receive only 8K of data, although I sent more. I have used Tomcat-5.5.17. Maybe

RE: RE: XML Fileupload 8k with mod_jk

2006-07-05 Thread Thilko Richter
the problem does not appear with 5.5.15. Rainer Thilko Richter schrieb: Hi Martina, Thanks for the quick answer! I use Tomcat 5.5.15. In my servlet I use request.getInputStream() and write the received data into a byte array. With request.getContentLength() I see that I get less data

XML Fileupload 8k with mod_jk

2006-07-04 Thread Thilko Richter
Hi together, I would like to send a xml file from a remote client to the web application. I have an apache and tomcat which are linked over mod_jk. My problem is, that I only get 8K of data in my servlets although the file is bigger. If I send the file directly to a http connector the file has

AW: XML Fileupload 8k with mod_jk

2006-07-04 Thread Thilko Richter
? There is an InputBuffer bug in older versions that has been fixed in Tomcat 5.5.16, see http://issues.apache.org/bugzilla/show_bug.cgi?id=38346. Regards, Martina -Original Message- From: Thilko Richter [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 04, 2006 16:59 To: users@tomcat.apache.org Subject: XML