The users are not able to see the login page of the CA WA Web Client (Web UI) or they cannot see or change 'Server Alias'
The Web UI requires the correct hostname or Fully Qualified Domain Name (FQDN) be used when trying to access the client. If your FQDN is deweb.example.com then enter that in URL bar of the browser. It will be something like this:
https://deweb.example.com:8443/deui/login/#/
The port name must also match the port that was entered at the time of installation of the Client.
If you believe you have the correct FQDN or hostname of the Web Client system, then check the following:
1. Ping the hostname (it may not always work)
2. Perform an nslookup from command prompt. E.g. nslookup <name of server / FQDN>
3. Login to the Web Client system and check the hostname. Also ensure that the service is running on correct port
4. On the Web Client system, navigate to <client_install_directory>/apache-tomcat/webapps/deui/common/scripts and open the 'config.js' file. The file will have the entry of the Client server name (highlighted in red below). It must match the FQDN that is being used by users on the browser. E.g.
.....{autoRefreshInterval:20000,defaultAlias:'DEFAULT',devMode:false,mock:false,mockApiPath:'../test/data',apiPath:'/dewebui/api',buildNo:'local',server:'deserver',port:7500,integSrv:'https://deweb.example.com:8443/de',idle:20,timeout:5,idleInterval:10,installedtime:1508436008750,version:'12.0.02.00-2039'.....
If you are going to use the FQDN, then make sure the above line has full address after integSrv.
Note: Backup the files before making any changes. Do not add or change the lines when adding or changing the hostname. Do not remove or change /de after the address and port of the Client server.