Re: "async-supported" problem with Tomcat 7.0.29

2013-01-16 Thread Satyen Hingorani
Sadly, 7.0.35 did not resolve this issue. I still see the exception, albeit with more information this time: Jan 16, 2013 3:39:41 PM org.apache.coyote.AbstractProtocol$AbstractConnectionHandler process SEVERE: Error reading request, ignored java.lang.IllegalStateException: Calling [asyncPostProces

Re: "async-supported" problem with Tomcat 7.0.29

2013-01-15 Thread Mark Thomas
On 15/01/2013 17:19, Satyen Hingorani wrote: > Hi Chris, > > Thanks for your response. > > I don't see 7.0.35 on the download site; 7.0.34 is the latest. > Where can I get 7.0.35 to try? Chris is suffering from an off-by-one error. 7.0.34 is currently the latest. 7.0.35 will probably start app

Re: "async-supported" problem with Tomcat 7.0.29

2013-01-15 Thread Satyen Hingorani
Hi Chris, Thanks for your response. I don't see 7.0.35 on the download site; 7.0.34 is the latest. Where can I get 7.0.35 to try? Thanks, Satyen On Tue, Jan 15, 2013 at 10:33 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > >

Re: "async-supported" problem with Tomcat 7.0.29

2013-01-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Satyen, On 1/15/13 9:56 AM, Satyen Hingorani wrote: > We have developed a web-based application that communicates with > back-end servers. Server-Push is an important requirement of the > application, and we are using CometD for this purpose. We are

"async-supported" problem with Tomcat 7.0.29

2013-01-15 Thread Satyen Hingorani
Hi, We have developed a web-based application that communicates with back-end servers. Server-Push is an important requirement of the application, and we are using CometD for this purpose. We are using the "async" support in Tomcat 7.0 for scalability. We are running the application in Tomcat 7.0.