其他分享
首页 > 其他分享> > How to clear the WebSphere class caches

How to clear the WebSphere class caches

作者:互联网

How to clear the WebSphere class caches

Troubleshooting

https://www.ibm.com/support/pages/how-clear-websphere-class-caches


Problem

Instructions on clearing the java class caches in IBM WebSphere Application Server. Both the JVM's shared class cache and WebSphere Application Server's OSGi class cache.

Resolving The Problem

IBM Support may ask you to clear the class cache. There are several reasons for this. After an upgrade, it is possible that the class cache's are still holding onto previous versions of classes. It is also possible that the caches became corrupted.

Please remember there are two caches that will need to be cleared, the JVM's cache and the OSGi cache. The server has to be stopped before clearing the cache.

To clear the OSGi class cache:

 

To clear the JVM's class cache (Linux, AIX, z/OS and Windows):

       For Windows 2008/Windows 2012/Windows 2016:

       C:\Windows\System32\config\systemprofile\AppData\Local\javasharedresources
       or
       C:\Windows\SysWOW64\config\systemprofile\AppData\Local\javasharedresources

 

标签:WebSphere,clear,cache,How,Windows,following,class,caches
来源: https://www.cnblogs.com/z-cm/p/16525021.html