0

I have a Web App deployed on JBoss App Server 7.0.2 on Windows XP

It had been running fine for the past 6 months then suddenly, it is painfully slow when launching in Internet Explorer 7

The Web App uses java, facelets, and hibernate. Any suggestions how I can begin to locate the problem? I don't know where I should start.

4

1 回答 1

1

从查看内存开始。

下载 Visual VM 1.3.3,安装所有插件,并将其附加到您的 JBOSS PID。它将向您展示所有代的堆、CPU、线程、哪些对象消耗最多的内存等。

信息和洞察力是您所需要的。任何没有数据的东西都只是猜测。

另一个需要问的问题:什么“突然”改变了?我会开始询问该服务器上的更改:软件升级,安装的其他应用程序,补丁,一切。

您还应该查看依赖项。数据库服务器日志呢?

于 2012-06-08T21:59:44.820 回答