Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Servlet Async support #1

Open
gaozq opened this issue Jun 18, 2017 · 0 comments
Open

Servlet Async support #1

gaozq opened this issue Jun 18, 2017 · 0 comments

Comments

@gaozq
Copy link

gaozq commented Jun 18, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant