2011/10/14 Mete BALCI <meteba...@gmail.com>: > I found the problem using new Exception().printStackTrace() > > The problem was PsiProbe application that I am using to monitor Tomcat. The > valve it is using to instrument tomcat is probably not async aware. After > undeploying it, async support works as expected. I will notify PsiProbe team > about the issue.
OK. A fix might look like http://svn.apache.org/viewvc?view=revision&revision=823713 >> >> 2. Try (new Exception().printStackTrace()) in your servlet, so that it >> prints stacktrace with all Filters and Valves that are in the chain >> that serves your request. >> Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org