It's all about the answers!

Ask a question

Cleaning server cache after remove the patch file from iFix?


Bianca Jiang (14124) | asked Mar 24 '15, 5:07 p.m.
FORUM MODERATOR / JAZZ DEVELOPER
 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



permanent link
Bianca Jiang (14124) | answered Mar 24 '15, 5:11 p.m.
FORUM MODERATOR / JAZZ DEVELOPER
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.
	

Your answer


Register or to post your answer.