Re: Servlet 3.0 async NOT working on Tomcat 7.0.27 on Windows

2012-05-14 Thread rohit patil
Hi I undid the changes i had done in server.xml and that seems to fix the issue. could you help me understand what could be happening ? On Mon, May 14, 2012 at 5:19 PM, Konstantin Kolinko wrote: > 2012/5/14 rohit patil : > > Thanks for replying, > > > > 1. I do

Re: Servlet 3.0 async NOT working on Tomcat 7.0.27 on Windows

2012-05-14 Thread rohit patil
30 On Mon, May 14, 2012 at 4:55 PM, Konstantin Kolinko wrote: > 2012/5/14 rohit patil : > > Hi All, > > I have written the below piece of code (NewServlet.java) to try the > Servlet > > 3.0 async feature. > > But it is failing by throwing

Servlet 3.0 async NOT working on Tomcat 7.0.27 on Windows

2012-05-14 Thread rohit patil
Hi All, I have written the below piece of code (NewServlet.java) to try the Servlet 3.0 async feature. But it is failing by throwing up the below mentioned error. Tomcat Version: 7.0.27 (32 bit) OS: Windows 7 java.lang.IllegalStateException: Not supported. at org.apache.catalina.connector.Req