集成 weblogic 服务器在迭代部署时变得缓慢
我使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在每次部署之前,您应该在管理控制台主机:端口/控制台中从 weblogic 停止并删除您的应用程序
You should stop and delete your app from weblogic in admin-console host:port/console before each deployment
因为 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.