您可以使用 JRockit 运行 glassfish 吗?

发布于 2024-07-16 03:48:33 字数 75 浏览 6 评论 0原文

有人尝试过用 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 技术交流群。

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

发布评论

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

评论(4

左秋 2024-07-23 03:48:33

在 Windows 中这是可能的。 我们为多个面向公众的生产网络应用程序执行此操作。

我们必须删除一些默认的 Glassfish JVM 标志,因为它们不适用于 JRockit(这是可选的,只是启动警告真的让我很恼火),并对 JVM 进行了稍微不同的调整,但除此之外我们还没有遇到任何问题。

(虽然我们使用 SJSAS,但我认为这不会有什么区别)

以下是我们正在使用的软件版本:

  • Windows Server 2003
  • Sun Java System Application Server 9.1_01
  • JRockit R27.5.0 (Java 6)

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 Server 2003
  • Sun Java System Application Server 9.1_01
  • JRockit R27.5.0 (Java 6)
三月梨花 2024-07-23 03:48:33

据我所知,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.

木緿 2024-07-23 03:48:33

最近发布的 GlassFish 3.0.1 在 http://www.oracle.com 上声明/technology/products/glassfish/index.html

更新 JDK 支持:

热点 JDK
测试/合规性更新为 HotSpot
JDK 1.6.0_20

添加了 Oracle JRockit 6
更新17 R28.0.0+支持

The recently released GlassFish 3.0.1 states on http://www.oracle.com/technology/products/glassfish/index.html

Update JDK support:

HotSpot JDK
testing/compliance updated to HotSpot
JDK 1.6.0_20

Added Oracle JRockit 6
Update 17 R28.0.0+ support

向地狱狂奔 2024-07-23 03:48:33

启动服务器时只有一个问题......但这可以通过使用解决:

解决方法;
注释掉domain.xml 中的以下两行。

 <!--
    <jvm-options>-XX:+LogVMOutput</jvm-options>
    <jvm-options>-XX:LogFile=${com.sun.aas.instanceRoot}/logs/jvm.log</jvm-options>
 -->

来自: 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.

 <!--
    <jvm-options>-XX:+LogVMOutput</jvm-options>
    <jvm-options>-XX:LogFile=${com.sun.aas.instanceRoot}/logs/jvm.log</jvm-options>
 -->

from: http://java.net/jira/browse/GLASSFISH-11986

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