You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use this plugin in Tomcat 7,async processing not supported.
I'm using "DeferredResult" class in my project,and exception java.lang.IllegalStateException: Async support must be enabled on a servlet and for all filters involved in async request processing. This is done in Java code using the Servlet API or by adding "<async-supported>true</async-supported>" to servlet and filter declarations in web.xml.
occured
The text was updated successfully, but these errors were encountered:
When I use this plugin in Tomcat 7,async processing not supported.
I'm using "DeferredResult" class in my project,and exception
java.lang.IllegalStateException: Async support must be enabled on a servlet and for all filters involved in async request processing. This is done in Java code using the Servlet API or by adding "<async-supported>true</async-supported>" to servlet and filter declarations in web.xml.
occured
The text was updated successfully, but these errors were encountered: