The Web Client and Java process are running, but it's not responding to API calls.
Release: CA WA DE Web Client 12.1/ 12.2
Component: Web Client
Make sure the Web Client port (e.g. 8443) is not blocked. If the port is not known then look for the "Connector port" string in <install_dir>/apache-tomcat/conf/server.xml file.
E.g.
Connector port="8443" protocol="HTTP/1.1"
Check the permissions on the directories of the Web client.
E.g.
drwxr-x--- 9 deuser deuser 180 Aug 13 22:58 apache-tomcat
-rwxr-xr-x 1 deuser deuser 373398 Jul 24 21:41 CA_Workload_Automation_DE_Web_Client_12.2.00.00_Install_xxxxx.log
drwxrwxr-x 2 deuser deuser 30 Jul 24 21:43 conf
drwxrwxr-x 5 deuser deuser 185 Jul 24 21:41 jre
-rwxrwxr-x 1 deuser deuser 115569 Jan 25 2019 LICENSES.txt
drwxr-x--- 4 deuser deuser 32 Jul 30 09:04 logs
-rwxrwxr-x 1 deuser deuser 520 Jul 24 21:41 README
drwxr-x--- 2 deuser deuser 144 Aug 13 22:59 repo
drwxrwxr-x 2 deuser deuser 102 Jul 24 21:41 scripts
-rwxrwxr-x 1 deuser deuser 280 Jul 24 21:41 StartDE_WebServer.sh
-rwxrwxr-x 1 deuser deuser 249 Jul 24 21:41 StopDE_WebServer.sh
drwxrwxr-x 3 deuser deuser 274 Jul 24 21:41 UninstallerData
Open the port that Web client is using to listen for REST API calls (default is 8443). The port must be open for all incoming requests from outside clients.
You must login once via browser to the Web client for REST to work. This is needed for the REST calls to know which DE server to contact.