How to clear cache on Apache Tomcat

The cached applications are stored within [Tomcat Installation Directory]\work\Catalina\localhost\ directory

 

Your customized web application within this directory, e.g. Application.war [Tomcat Installation Directory]\work\Catalina\localhost\Application

Delete the cached application folder, e.g. Application

7. Restart Tomcat for changes to take effect - a new Application folder will be created in the localhost directory with your new changes

 

 

 

Comments