您可以使用 JRockit 运行 glassfish 吗?
有人尝试过用 JRockit 运行 glassfish 吗? 我看到一些参考资料说这是不可能的,但它们已经过时了。 有人试过这个吗?
Has anyone tried running glassfish with JRockit? I see some references saying it's not possible but they are very outdated. Anyone tried this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
在 Windows 中这是可能的。 我们为多个面向公众的生产网络应用程序执行此操作。
我们必须删除一些默认的 Glassfish JVM 标志,因为它们不适用于 JRockit(这是可选的,只是启动警告真的让我很恼火),并对 JVM 进行了稍微不同的调整,但除此之外我们还没有遇到任何问题。
(虽然我们使用 SJSAS,但我认为这不会有什么区别)
以下是我们正在使用的软件版本:
It is possible in Windows. We do this for several production, public facing, web apps.
We had to remove some default Glassfish JVM flags, since they don't apply to JRockit (this is optional, it's just that the start up warnings really annoyed me), and tune the JVM a little differently, but other than that we have not run into any issues.
(We use SJSAS though, but I don't think that should make a difference)
Here are the versions of the software we are using:
据我所知,Windows 上有一个问题: https://glassfish。 dev.java.net/servlets/ReadMsg?list=dev&msgNo=878。 Linux 和 Solaris 似乎没问题。
AFAIK there was a problem on windows: https://glassfish.dev.java.net/servlets/ReadMsg?list=dev&msgNo=878. Linux and Solaris seems ok.
最近发布的 GlassFish 3.0.1 在 http://www.oracle.com 上声明/technology/products/glassfish/index.html
The recently released GlassFish 3.0.1 states on http://www.oracle.com/technology/products/glassfish/index.html
启动服务器时只有一个问题......但这可以通过使用解决:
解决方法;
注释掉domain.xml 中的以下两行。
来自: http://java.net/jira/browse/GLASSFISH-11986
there only one porblem when you startup the server...but this is solved by using:
Work around;
Comment out following 2 lines in domain.xml.
from: http://java.net/jira/browse/GLASSFISH-11986