How to activate Web Sockets in AWI
Release : 21.0.4
Configuration
AWI uses WebSockets as an efficient way of sending information to the Client. Running AWI without WebSockets slightly increases the CPU load on the servlet container. So we always recommend you enable WebSockets.
You can enable the below-following parameter in the configuration.properties
file. For enabling web sockets in AWI
allowWebsockets=true
Check below documentation link for more details.
Note: If the application server does not support WebSockets, AWI falls back to long polling.