Re: Large Data Post Problem

2006-09-18 Thread James Grady
Rainer, I tried upgrading mod_jk, but that did not solve the problem. And, I double-checked that I did not have a small maxPostSize value set anywhere. Initially I suspected that I might have a bad encoded value in my uploaded data, but if I split the 40k data set into 2 pieces it will

Re: Large Data Post Problem

2006-09-18 Thread Rafael . Almeida
@tomcat.apache.org cc Assunto Re: Large Data Post Problem Rainer, I tried upgrading mod_jk, but that did not solve the problem. And, I double-checked that I did not have a small maxPostSize value set anywhere. Initially I suspected that I might have a bad encoded value in my uploaded data

Re: Large Data Post Problem

2006-09-18 Thread Rainer Jung
Apart from what the other user wrote: Do you get an exception on the tomcat side? There was a bug in Reader.readLine() I fixed for 5.5.16: http://issues.apache.org/bugzilla/show_bug.cgi?id=38346 TC 5.5.7 is pretty old and not really stable. I suggest testing again with 5.5.17 (or the upcoming

Re: Large Data Post Problem

2006-09-18 Thread James Grady
Tribunal de Justiça Tel: (61) 3319-9342 James Grady [EMAIL PROTECTED] 18/09/2006 13:55 Favor responder a Tomcat Users List users@tomcat.apache.org Para Tomcat Users List users@tomcat.apache.org cc Assunto Re: Large Data Post Problem Rainer, I tried upgrading mod_jk, but that did

Re: Large Data Post Problem

2006-09-18 Thread James Grady
Rainer, I get no exceptions on the Tomcat side. With logging turned all the way up, things seem to be working great - I see all my data displayed in the mod_jk log messages, but when it gets to my code the data is empty and Tomcat shows no indication of an error. I will try a Tomcat