在服务器运行时清除 weblogic server 10.3 中的缓存

发布于 2024-12-22 21:26:14 字数 71 浏览 1 评论 0原文

有谁知道如何在Weblogic服务器运行时清除缓存。有没有办法访问JMX控制台来访问缓存模块来清除?

提前致谢。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

南城追梦 2024-12-29 21:26:14

服务器运行时不要清除缓存,为了清除 Weblogic 服务器中的缓存,您应该:

  1. 关闭您的服务器。

  2. 删除文件夹 ORACLE_HOME/user_projects/domains/your_domain/servers/your_server/tmp 中的内容

  3. 启动您的服务器。

另外,如果您的服务器连接到 IDE,您可以右键单击您的服务器,也可以从那里清除缓存(服务器应该关闭)。

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).

甜中书 2024-12-29 21:26:14

作为解决方法,您可以创建两个集群,并在依次关闭它们后清除每个集群的缓存。

As a workaround, you can create two clusters and clear the cache of each one after turning them off sequentially.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文