Netty websockets integration with tomcat running Spring web application

I have an implementation of a web socket server using Netty (say listening on port 8081) and a separate Spring web application running on Tomcat (running on port 80).

I would like to somehow redirect the entire request to localhost: 80 / Websocket to my Netty server on port 8081. Is this possible at all. since Tomcat and Spring are built on top of the http, idk protocol, as would be possible.

All I wanted to do was enable the push server using websocket from my existing Spring web application. Any suggestions?

+3
source share
4 answers

, , , nginx- /Websockets, Websockets Http 1.0, ProxyPass, http://www.letseehere.com/reverse-proxy-web-sockets

+2

2 , , netty spring. grails wherin netty socket server, tomcat, ( http)

link1 link2

+1

WebSocket Tomcat (7.0.27)?

0

All Articles