Invalid Content-Length error for the size greater than 2147483647

2007-06-06 Thread Daniel Dang
Hi All, I tried to send 3G size data to apache-tomcat-5.5.16 using ajp connector and I got error below.. I think MessageByte.getInt() only allows 2.1Gigabytes data as an Integer only 32 bits because of I send more than 3G data that why Tomcat could not handle this large size. [TP-Processor3]

Re: Invalid Content-Length error for the size greater than 2147483647

2007-06-06 Thread Bill Barker
Daniel Dang [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi All, I tried to send 3G size data to apache-tomcat-5.5.16 using ajp connector and I got error below.. I think MessageByte.getInt() only allows 2.1Gigabytes data as an Integer only 32 bits because of I send more than