我可以将spring sockjs服务器与没有实现javax.websockets的容器一起使用吗,比如websphere 8.5,这个网址提到了https://github.com/rstoyanchev/spring-sockjs-protocol-webapp,但我的理解是,如果websocket对comet没有支持,Spring将使用它的本机实现,或者只使用一种comet技术
发布于 2014-02-21 18:19:43
它可以使用,但它将后退到comet实现。在不支持websocket的容器(tomcat6、websphere)中,Spring没有使用任何本地实现来处理websocket- Got异常"No Request Upgrade Strategy found“,它会退回到自己的COMET实现上
https://stackoverflow.com/questions/21884904
复制相似问题