How can we add some extra information like "PRODUCTION "on the WCC login page?
Release : 11.3.6
Component : WORKLOAD CONTROL CENTER
Here are the instructions on how to modify text on the WCC Login page
1. cd $CA_WCC_INSTALL_LOCATION/tomcat/webapps/wcc/login
2. you will find here 5 <hexa>.cache.js files
3. take a backup of each <hexa.cache.js file before modifying this file
4. in each <hexa>.cache.js file, search on this string
'CA Workload Automation AE'
5. replace this string to your needs, for example
'CA Workload Automation AE - PRODUCTION'
remark: there is only once occurrance of 'CA Workload Automation AE'
6. save the file
7. repeat steps 4 to 6 for the other 4 files
8. clear the browser data
If it is easier to edit the cache.js files rather than using 'vi', you can transfer them to your desktop and use another editor to modify these files. Once edited, transfer them back.