2011/10/14 Mete BALCI <meteba...@gmail.com>: > 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 doPost, marked > with @WebServlet(asyncSupported = true, urlPatterns = {"/2/*"})
What is at the top of your web.xml? Is it using 3.0 version of schema? Compare it with the examples webapp. If the servlet mapped using the annotation, or it is explicitly mapped in web.xml? Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org