How to Clear Tomcat Cache?

Symptom Environment Resolution Windows: –  Unix: Example for Unix: –  Step 1.  Step 2. #./tomcatshutdown.shStep 3. #cd tomcat/work/ Step 4. # rm -R Catalina Delete the Catalina folder or you can rename it you can see folder has been deleted. there is no folder left as shown in below image. Step 5. #./tomcatstartup.sh Start the … Read more