Java 大气,JBossAS 7.1.1,Chrome问题

Java 大气,JBossAS 7.1.1,Chrome问题,java,jboss,atmosphere,Java,Jboss,Atmosphere,获得大气1.0.0.beta1设置并与Jetty一起运行。简单有效 但是,在JBossAS 7.1.1上运行时,它不喜欢websocket传输和降级。我在Chrome的控制台中看到以下日志(如下) 在Jetty上运行时,它与web套接字传输连接,一切正常。由于某些原因,Chrome不会导致降级。在Firefox和IE9中使用jetty和jboss都非常有效 那么如何让websocket传输与JBoss一起工作呢。是的,我在谷歌上搜索了一个小时,尝试了各种各样的东西,但都没有成功 谢谢 Unexp

获得大气1.0.0.beta1设置并与Jetty一起运行。简单有效

但是,在JBossAS 7.1.1上运行时,它不喜欢websocket传输和降级。我在Chrome的控制台中看到以下日志(如下)

在Jetty上运行时,它与web套接字传输连接,一切正常。由于某些原因,Chrome不会导致降级。在Firefox和IE9中使用jetty和jboss都非常有效

那么如何让websocket传输与JBoss一起工作呢。是的,我在谷歌上搜索了一个小时,尝试了各种各样的东西,但都没有成功

谢谢

Unexpected response code: 501 null:1
Websocket closed, reason: Connection was closed abnormally (that is, with no close frame being sent). jquery.atmosphere.js:1867
Websocket closed, wasClean: false jquery.atmosphere.js:1867
Websocket failed. Downgrading to Comet and resending jquery.atmosphere.js:1867
Websocket failed. Downgrading to Comet and resending jquery.atmosphere.js:1867
TransportFailure, fall back is sse ecm-websocket.js:34
Invoking executeSSE jquery.atmosphere.js:1867
Using URL: http://srdevecm1:8080/ecm/ecm-ws/main?X-Atmosphere-tracking-id=3b38258e-89a3-33cc-60d9-684956499835&X-Atmosphere-Framework=1.0&X-Atmosphere-Transport=sse&X-Cache-Date=0&Content-Type=application/json jquery.atmosphere.js:1867
Uncaught Error: SECURITY_ERR: DOM Exception 18

JBossAS7目前没有websockets实现。有一个使用JBossWeb的应用程序,但到目前为止尚未提交到上游。

JBoss as 7目前没有websockets实现。有一个使用JBossWeb的应用程序,但到目前为止尚未提交到上游