0% found this document useful (0 votes)
238 views1 page

Tomcat Cache Clear Process

The document provides steps to clear the Tomcat cache directory on pbopsapp1 and pbopsapp2 servers. The steps include stopping the Tomcat service, checking that no Java processes are running, removing files from the Catalina work directory, and restarting the Tomcat service. Completing these steps on both servers clears the Tomcat cache.

Uploaded by

bhagirathl
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
238 views1 page

Tomcat Cache Clear Process

The document provides steps to clear the Tomcat cache directory on pbopsapp1 and pbopsapp2 servers. The steps include stopping the Tomcat service, checking that no Java processes are running, removing files from the Catalina work directory, and restarting the Tomcat service. Completing these steps on both servers clears the Tomcat cache.

Uploaded by

bhagirathl
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Tomcat Cache Clear Process

Reference: 1879431 - How to clear the Tomcat cache directory?

Login to

pbopsapp1 and pbopsapp2 servers individually and do the following as root user:

# top -u pboadm

Make sure a single java process is shown

# service tomcat7 stop

# top -u pboadm

Make sure NO java process is shown

If Java process is shown, kill the process using following command:

# kill -9 <process-id>

# top -u pboadm

Make sure NO java process is shown

# rm -rf /usr/bipinst/sap_bobj/tomcat/work/Catalina/localhost/*

# service tomcat7 start

# top -u pboadm

Make sure a single java process is shown

Do the above steps in both pbopsapp1 and pbopsapp2 servers.


The Tomcat cache has been successfully cleared now.

You might also like