IBM QRadar

IBM QRadar

Join this online topic group to communicate across Security product users and IBM experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.


#Security
#QRadar
#SecuringhybridcloudandAI
 View Only
  • 1.  Clearing the tomcat Cache

    Posted 11/07/21 09:21 PM
    Hello,


    I need to know that What will be the impact of Clearing the Tomcat cache in QRadar. What will be the impact of this action on other services and how.

    Thankyou in Anticipation 



    ------------------------------
    Bilal Manzoor
    ------------------------------


  • 2.  RE: Clearing the tomcat Cache

    Posted 11/08/21 10:02 AM
    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
    ------------------------------



  • 3.  RE: Clearing the tomcat Cache

    Posted 11/08/21 10:05 AM
    Clearing tomcat cache doesn't impact other QRadar services. You manually stop tomcat and start it after clearing cache so only UI is not available  during the process.
    No impact on other  QRadar services


    ------------------------------
    Ashish Khandewale
    ------------------------------



  • 4.  RE: Clearing the tomcat Cache

    Posted 11/09/21 01:12 AM
    Thankyou so much

    ------------------------------
    Bilal Manzoor
    ------------------------------



  • 5.  RE: Clearing the tomcat Cache

    Posted 11/09/21 01:14 AM
    Thankyou so much

    ------------------------------
    Bilal Manzoor
    ------------------------------