简体   繁体   English

有没有办法在IBM WebSphere Application Server上使用WebSockets?

[英]Is there a way to use WebSockets on IBM WebSphere Application Server?

I am migrating a web application based on Apache Tomcat 7.0.35 using the WebSocket Servlets to IBM WebSphere Application Server (WAS). 我正在使用WebSocket Servlet将基于Apache Tomcat 7.0.35的Web应用程序迁移到IBM WebSphere Application Server(WAS)。 The problem is that I don't think WAS supports WebSockets. 问题是我不认为WAS支持WebSockets。

You can try the WebSphere Liberty 8.5.5.4 -- this supports WebSockets. 您可以尝试使用WebSphere Liberty 8.5.5.4 - 它支持WebSockets。 See announcement here . 这里的公告。

See also: 也可以看看:

WAS doesn't support WebSockets as stated on an IBM forum here . WAS为在IBM论坛指出不支持WebSockets的位置 What you can do is to investigate if you can deploy in WAS one of the WebSockets server implementations (check this list ). 您可以做的是调查是否可以在WAS中部署一个WebSockets服务器实现(请查看此列表 )。

You can also try embedding the Jetty Web Server on the java application to run on your WebSphere Application Server - http://www.eclipse.org/jetty/documentation/current/embedding-jetty.html . 您还可以尝试在Java应用程序上嵌入Jetty Web Server以在WebSphere Application Server上运行 - http://www.eclipse.org/jetty/documentation/current/embedding-jetty.html Another option is to make use of a WebSockets implementation (eg Wabbit), or make use of an Application Server that supports the Java EE 7 specs, like IBM WAS 9. 另一个选择是使用WebSockets实现(例如Wabbit),或者使用支持Java EE 7规范的Application Server,例如IBM WAS 9。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 IBM Websphere Application 服务器上的应用程序的 Kafka SSL 连接问题 - Kafka SSL connectivity issue with application on IBM Websphere Application server 是否可以将IBM HTTP Server设置为非IBM Websphere应用程序服务器的前端,并且IBM是否支持它? - Is it possible to setup the IBM HTTP server as the front end for a non IBM Websphere application server and is it supported by IBM? IBM Websphere应用程序服务器未在MyEclipse8.0中启动 - IBM websphere application server not started in MyEclipse8.0 使用IBM WebSphere Application Server Liberty Profile配置Mysql DataSource - Configuring Mysql DataSource with IBM WebSphere Application Server Liberty Profile 是否可以在IBM Websphere Application Server上部署Angular应用程序? - Is it possible to deploy Angular app on IBM Websphere Application Server? 如何使用netbeans IDE 7.4配置IBM Websphere Application Server 7.0 - how to configure IBM websphere application server 7.0 with netbeans IDE 7.4 Jenkins-将EAR部署到IBM WebSphere Application Server时出错 - Jenkins - Error when deploying EAR to IBM WebSphere Application Server IBM Websphere Application Server 6.1 版下载 windows - IBM Websphere Application Server version 6.1 download for windows WebSphere Application Server for Developers与IBM WebSphere SDK Java 7 for Liberty和完整概要文件的区别 - difference for WebSphere Application Server for Developers VS IBM WebSphere SDK Java 7 for Liberty and Full profile 如何将用户定义的用户名从IBM Websphere Application Server传递到AS400 MQ服务器以进行认证? - How to pass user defined username from IBM Websphere Application server to AS400 MQ server for authentication?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM