减少 IBM Websphere Application Server 的重新启动时间

发布于 2024-07-08 11:34:52 字数 234 浏览 5 评论 0原文

我正在开发的一个 Java Web 应用程序要求我经常重新启动服务器才能看到代码更改的效果。 我的机器上有本地版本的 WAS 6.0,用于运行该应用程序。 服务器大约需要 5-10 分钟才能重新启动。 我的机器相当不错,有双核处理器和 3 GB RAM,但服务器仍然需要相当长的时间。

我想知道是否有人致力于减少 WAS 服务器的启动时间。 我正在寻找提示、技巧、调整或其他什么。

先谢谢您的帮助。

A Java web application that I'm working on requires that I restart the server fairly often in order to see the effects of my code changes. I have a local version of WAS 6.0 on my machine that I use to run the app. The server takes about 5-10 minutes to restart. My machine is pretty decent with a dual core proc and 3 GBs of RAM, but the server still takes a fair amount of time.

I'm wondering if anyone has worked on reducing the startup time of a WAS server. I'm looking for tips, tricks, tweaks, or whatever.

Thanks in advance for the help.

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

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

发布评论

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

评论(1

时光倒影 2024-07-15 11:34:52

您的应用程序是否使用了 WebSphere 的任何特定功能,或者它是一个非常标准的 Java EE 应用程序?

我将应用程序部署到 WebSphere,但使用 Tomcat 进行所有开发。 我通常可以在大约 20 秒左右让它重新启动。 但我的应用程序通常不使用任何特定于 WebSphere 的内容(MQ、JNDI、安全性内容等),因此不确定这是否对您有帮助。

除了 Tomcat 之外,您还可以尝试其他轻量级 Java EE 服务器,例如 Jetty 或 Geronimo。

Is there any specific feature of WebSphere that your app is using or is it a pretty standard Java EE application?

I deploy my applications to WebSphere but do all my development using Tomcat. I can usually get it to restart in about 20 seconds or so. But my applications usually aren't using anything WebSphere specific (MQ, JNDI, security stuff, etc.) so not sure if this helps you.

Aside from Tomcat there are other lightweight Java EE servers you could try like Jetty or Geronimo.

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