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

add support for resin websocket #1

Open
wants to merge 2 commits into
base: atmosphere-2.5.x
Choose a base branch
from

Conversation

blono
Copy link
Owner

@blono blono commented May 28, 2019

Resin doesn't support JSR 356 and have custom websocket implementation.
http://caucho.com/resin-4.0/admin/websocket.xtp

This PR add support for the above implementation.

To support websocket for resin, add the following configuration to web.xml

        <init-param>
            <param-name>org.atmosphere.cpr.asyncSupport</param-name>
            <param-value>org.atmosphere.container.ResinServlet30AsyncSupportWithWebSocket</param-value>
        </init-param>

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

Successfully merging this pull request may close these issues.

2 participants