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

Incorrect deployment descriptor in Jersey chat sample #64

Closed
nmeyvis opened this issue Apr 10, 2016 · 0 comments
Closed

Incorrect deployment descriptor in Jersey chat sample #64

nmeyvis opened this issue Apr 10, 2016 · 0 comments
Labels

Comments

@nmeyvis
Copy link

nmeyvis commented Apr 10, 2016

https://github.com/Atmosphere/atmosphere-samples/blob/master/samples/rest-chat/src/main/webapp/WEB-INF/web.xml

<web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:j2ee="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">

<async-supported>true</async-supported>

async-supported is Servlet 3.0 or greater.

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

No branches or pull requests

2 participants