Web Sockets Activation in AWI
search cancel

Web Sockets Activation in AWI

book

Article ID: 259476

calendar_today

Updated On:

Products

CA Automic Workload Automation - Automation Engine

Issue/Introduction

How to activate Web Sockets  in AWI

Environment

Release : 21.0.4 

Cause

Configuration

Resolution

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.

https://docs.automic.com/documentation/WEBHELP/English/all/components/DOCU/21.0.4/Automic%20Automation%20Guides/Content/Installation_Manual/AWI/AWI_config_configuration_properties.htm#link28

Note:  If the application server does not support WebSockets, AWI falls back to long polling.