Cleaning server cache after remove the patch file from iFix?
One answer
Cleaning the server cache helps with consistency after server restart. Here's how:
To clean the application cache in WebSphere:
Remove contents from these directories under the profile root: temp,tranlog,wstemp,workspace. For example, "rm -rf <WebSphere_profile_root_directory>/{temp,tranlog,wstemp,workspace}/*" on linux. To clean the application cache in Tomcat:
Remove contents from these directories under the tomcat root: temp,work. For example, "rm -rf <server_installation_directory>/server/tomcat/{temp,work}/*" on linux.