Cleaning server cache after remove the patch file from iFix?
![]()
Is cache cleaning recommended after removing the patch file from /server/patch directory? Or when updating the patch file to a newer one from a later 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. |