Re: http put not working for larger files

2011-10-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Lyudmila, On 10/18/2011 5:21 PM, Lyudmila L. Balakireva wrote: > Yes, packages are sent by apache client untill eof, no socket > problem reported. And it works for binary and text. And the input > stream I am getting from request in tomcat already

Re: http put not working for larger files

2011-10-18 Thread Lyudmila L. Balakireva
thanks for your reply > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Lyudmila, > > On 10/18/2011 12:26 PM, Lyudmila L. Balakireva wrote: >> I am using tomcat 6.0.33, java "1.6.0_20" and Red Hat 4.5.1-4 >> . > > Thanks. > >> Our application under tomcat has put method to save data on th

Re: http put not working for larger files

2011-10-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Lyudmila, On 10/18/2011 12:26 PM, Lyudmila L. Balakireva wrote: > I am using tomcat 6.0.33, java "1.6.0_20" and Red Hat 4.5.1-4 > . Thanks. > Our application under tomcat has put method to save data on the > server. Data send by remote apache se

http put not working for larger files

2011-10-18 Thread Lyudmila L. Balakireva
Hello, I need help in resolving issue with tomcat. I am using tomcat 6.0.33, java "1.6.0_20" and Red Hat 4.5.1-4 . Our application under tomcat has put method to save data on the server. Data send by remote apache server using apr socket and chunked encoding. It is working if the files aroun