集成 weblogic 服务器在迭代部署时变得缓慢

发布于 2024-11-29 08:13:12 字数 224 浏览 0 评论 0原文

我使用 jdeveloper 11.1.1.3。当我第一次运行 jspx 页面时,服务器启动并运行,一切都运行得很好。然后我对代码进行了一些更改并再次运行 jspx 页面,这次服务器响应比以前慢。数据库插入/更新需要更长的时间。当我第 5/6 次运行页面时,一切都非常慢。要解决此问题,我必须关闭服务器并再次重新启动。

问题是——有没有其他方法可以在不重新启动服务器的情况下保持良好的速度?

感谢大家。

i m using jdeveloper 11.1.1.3.when i first run a jspx page the server starts and runs and all works very nicely.then i make some changes in my code and run the jspx page again ,this time the server responds slower than before.the DB insert/updates takes longer time.when i run my page 5th/6th time everything is very slow.To fix this,i had to shut down the server and restart again.

the question is---is there any other way to maintain good speed without restarting server?

thanks to all.

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

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

发布评论

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

评论(2

没有你我更好 2024-12-06 08:13:12

在每次部署之前,您应该在管理控制台主机:端口/控制台中从 weblogic 停止并删除您的应用程序

You should stop and delete your app from weblogic in admin-console host:port/console before each deployment

柳若烟 2024-12-06 08:13:12

因为 weblogic 没有从内存中正确删除应用程序。如果您不停止并手动删除您的应用程序,则应用程序的某些内容会留在内存中。

希望它有帮助,最好的问候。

because weblogic does not delete properly app from memory. Something of app is left in memory if u won't stop and delete manually your app.

hope it helps, best regards.

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