Steps from clearing tomcat cache is given below:
1) Take the backup of directory localhost under /opt/tomcat/work/Catalina/localhost/.
2) Stop tomcat service by executing the command given below:
# service tomcat stop
3) Please execute the command given below
# cd /opt/tomcat/work/Catalina/localhost/console
4) Execute below command to make sure you are in correct directory
# pwd
5) Remove console directory by executing the command given below
# rm -rf /opt/tomcat/work/Catalina/localhost/console/
This will delete console directory in /opt/tomcat/work/Catalina/localhost/
6) Start tomcat service by executing the command given below:
# service tomcat start
After clearing tomcat cache, please clear browser cache and then login to QRadar UI
------------------------------
Pothana sivaramakrishna
------------------------------