如何将域根添加到 WebLogic AdminServer 类路径?

发布于 2024-09-03 15:13:11 字数 150 浏览 7 评论 0原文

如何将域根路径添加到 Oracle WebLogic 11g (10.3.2) AdminServer 类路径? (请注意,我没有运行节点管理器。)哪个 WebLogic 启动脚本设置环境变量 WEBLOGIC_CLASSPATH?这是我应该添加域根的变量吗?

How can I add the domain root path to the Oracle WebLogic 11g (10.3.2) AdminServer classpath? (Note that I am not running the Node Manager.) Which WebLogic startup script sets environment variable WEBLOGIC_CLASSPATH? Is this the variable to which I should add the domain root?

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

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

发布评论

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

评论(1

_畞蕅 2024-09-10 15:13:11

在运行 startWeblogic.sh (Unix) 或 startWeblogic.cmd (Windows) 之前设置环境变量 CLASSPATH。 WebLogic Server 会将此初始类路径附加到它生成的类路径的末尾。

export CLASSPATH=/path/to/my/domain

Set environment variable CLASSPATH before running startWeblogic.sh (Unix) or startWeblogic.cmd (Windows). WebLogic Server will append this initial classpath to the end of the classpath that it generates.

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