We have installed IIS Server in front of tomcat server, now browser request hits IIS Server and then goes to tomcat. Everything is working fine for http request but for websocket I am getting exception in the backed as HTTP Upgrade is not supported by AJP Protocol.
AJP protocol doesn't support websockets and we have to use only IIS Server.
How do I make websockets working ?