issue.
Thanks Konstantin.
Mete
On Fri, Oct 14, 2011 at 2:50 PM, Konstantin Kolinko
wrote:
> 2011/10/14 Mete BALCI :
> > web.xml root is:
> > http://java.sun.com/xml/ns/javaee";
> > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> > xsi:
displays async=false
Mete
On Fri, Oct 14, 2011 at 1:43 PM, Mete BALCI wrote:
> web.xml root is:
> http://java.sun.com/xml/ns/javaee";
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
> ht
pping both with annotation and web.xml. Annotation itself works, I
can use it without async, but isAsyncSupported returns false (both with
annotation and web.xml mapping) so I cannot startAsync (raises IllegalState)
Mete
On Fri, Oct 14, 2011 at 1:38 PM, Konstantin Kolinko
wrote:
> 2011/10/14 Me
Hello,
I am trying to use Servlet 3 async support in Tomcat 7.0.21. I tried setting
annotation asyncSupported=true and writing this to web.xml, tried using apr
and nio, still getting false from isAsyncSupported, what am I missing ?
Mete
PS: There is no filter, just a single servlet overriding do