在32位jdk中启动weblogic域

发布于 2024-12-05 03:48:43 字数 343 浏览 1 评论 0原文

我在 64 位 sparc 机器上使用 weblogic 10.3。 此安装中的域在 64 位 jdk 版本上运行。

我想使用 32 位 jdk 版本运行一个域,而其余域则在 64 位 jdk 上运行。

这可能吗?如果是,需要对 setDomainEnv.sh 文件进行哪些更改?

进一步更新

设置域没有适用于 weblogic 10.3.5 版本的 -d64。 commonEnv.sh 中有一个 JAVA_USE_BIT 变量设置为 64 位。但情况发生了变化,所有域都将以 32 位 jdk 启动。

因此必须有其他方法来在 32 位中仅启动一个域。

I am using weblogic 10.3 on a 64 bit sparc machine.
The domains on this installation run on a 64 bit jdk version.

I would like to run one domain using a 32 bit jdk version while the rest of the domains run on 64 bit jdk.

Is this possible? If yes, what change needs to be made on the setDomainEnv.sh file ?

Further update

Set domain does not have a -d64 for the weblogic 10.3.5 version. There is a JAVA_USE_BIT variable which is set to 64 bit in the commonEnv.sh. But that is changed, all domain will start in 32 bit jdk.

So there has to be some other way to start only once domain in 32 bit.

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

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

发布评论

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

评论(1

全部不再 2024-12-12 03:48:43

检查 setDomainEnv.sh 中是否有 -d64 标志传递到 USER_MEM_ARGS 或 JAVA_OPTIONS

这是为了使用 64 位 JDK,尝试删除 32 位的该标志。
startWeblogic sh 中检查相同内容

但我不确定一切都会正常工作,各个论坛上都有一些报告的错误

Check your setDomainEnv.sh for a -d64 flag passed into the USER_MEM_ARGS or JAVA_OPTIONS

This is to use a 64-bit JDK, try removing that flag for 32-bit.
check the same in the startWeblogic sh

But I'm not sure everything will work okay, there are some reported errors on various forums

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