Re: Request Timeout and empty post data issue

2013-12-26 Thread André Warnier
Peter Rifel wrote: From: Mark Thomas [ma...@apache.org] Sent: Thursday, December 26, 2013 3:19 PM To: Tomcat Users List Subject: Re: Request Timeout and empty post data issue On 26/12/2013 20:45, Peter Rifel wrote: Hello, I'm currently running T

Re: Request Timeout and empty post data issue

2013-12-26 Thread Mark Thomas
On 26/12/2013 23:57, Peter Rifel wrote: > >> >> From: Mark Thomas [ma...@apache.org] >> >> On 26/12/2013 20:45, Peter Rifel wrote: >>> >>> I noticed that our connector's connectionTimeout >>> is set to 2ms, but it wouldn't make sense for that value to

RE: Request Timeout and empty post data issue

2013-12-26 Thread Peter Rifel
> >From: Mark Thomas [ma...@apache.org] >Sent: Thursday, December 26, 2013 3:19 PM >To: Tomcat Users List >Subject: Re: Request Timeout and empty post data issue > >On 26/12/2013 20:45, Peter Rifel wrote: >> Hello, >> >&

Re: Request Timeout and empty post data issue

2013-12-26 Thread Mark Thomas
On 26/12/2013 20:45, Peter Rifel wrote: > Hello, > > I'm currently running Tomcat 7.0.42 on Ubuntu 12.04 with OpenJDK > 1.7.0_25. I'm using Apache Tomcat Native library 1.1.27 with APR > version 1.4.6. > > I'm noticing in my access logs that some of our POST requests don't > have any POST data a

RE: Request Timeout and empty post data issue

2013-12-26 Thread Peter Rifel
> >From: Jesse Barnum [jsb_tom...@360works.com] >Sent: Thursday, December 26, 2013 2:14 PM >To: Tomcat Users List >Subject: Re: Request Timeout and empty post data issue > >One issue that will cause empty POST data to be received is if

Re: Request Timeout and empty post data issue

2013-12-26 Thread André Warnier
Peter Rifel wrote: -Original Message- From: Konstantin Preißer [kpreis...@apache.org] Sent: Thursday, December 26, 2013 1:28 PM To: 'Tomcat Users List' Subject: RE: Request Timeout and empty post data issue Hi, -Original Message- From: Peter Rifel [mailto:pri...

RE: Request Timeout and empty post data issue

2013-12-26 Thread Peter Rifel
> From: André Warnier [a...@ice-sa.com] > Sent: Thursday, December 26, 2013 2:11 PM > To: Tomcat Users List > Subject: Re: Request Timeout and empty post data issue > >Peter Rifel wrote: >> Hello, >> >> I'm currently running Tomcat 7.0.42 on Ubuntu 12

Re: Request Timeout and empty post data issue

2013-12-26 Thread Jesse Barnum
One issue that will cause empty POST data to be received is if the POST data size exceeds the value in the server.xml file: http://tomcat.apache.org/tomcat-7.0-doc/config/ajp.html > The maximum size in bytes of the POST which will be handled by the container > FORM URL parameter parsing. The li

Re: Request Timeout and empty post data issue

2013-12-26 Thread André Warnier
Peter Rifel wrote: Hello, I'm currently running Tomcat 7.0.42 on Ubuntu 12.04 with OpenJDK 1.7.0_25. I'm using Apache Tomcat Native library 1.1.27 with APR version 1.4.6. I'm noticing in my access logs that some of our POST requests don't have any POST data and all have response times of a f

RE: Request Timeout and empty post data issue

2013-12-26 Thread Peter Rifel
> -Original Message- > From: Konstantin Preißer [kpreis...@apache.org] > Sent: Thursday, December 26, 2013 1:28 PM > To: 'Tomcat Users List' > Subject: RE: Request Timeout and empty post data issue > >Hi, > >> -Original Message- >&

RE: Request Timeout and empty post data issue

2013-12-26 Thread Konstantin Preißer
Hi, > -Original Message- > From: Peter Rifel [mailto:pri...@mixpo.com] > Sent: Thursday, December 26, 2013 9:45 PM > To: users@tomcat.apache.org > Subject: Request Timeout and empty post data issue > > Hello, > > I'm currently running Tomcat 7.0.42 on Ub

Request Timeout and empty post data issue

2013-12-26 Thread Peter Rifel
Hello, I'm currently running Tomcat 7.0.42 on Ubuntu 12.04 with OpenJDK 1.7.0_25. I'm using Apache Tomcat Native library 1.1.27 with APR version 1.4.6. I'm noticing in my access logs that some of our POST requests don't have any POST data and all have response times of a few ms over 2ms.