Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Clearing cache in weblogic server 10.3 during server runtime

Does anybody know how to clear cache from Weblogic server while it is running.Is there any way to access JMX console to access cache module to clear?

Thanks in advance.

like image 430
Siva Janapati Avatar asked Dec 24 '11 12:12

Siva Janapati


People also ask

How do I clear the TMP and cache of WebLogic server instance?

Each managed server have its own tmp and cache directory . –> Shut down Server. –> Delete the contents of the folder ORACLE_HOME/user_projects/domains/your_domain/servers/your_server/tmp… –>Restart Server.


1 Answers

Don't clear the cache when your server is running, in order to clear the cache in a Weblogic server you should:

  1. Shut down your Server.

  2. Delete the contents in the folder ORACLE_HOME/user_projects/domains/your_domain/servers/your_server/tmp

  3. Start your server.

Also if your server is connected to an IDE you can right click your server and you can clear the cache from there as well(the server should be shut down).

like image 187
Michael Avatar answered Sep 21 '22 21:09

Michael