嵌入式 WLST 最小文件集

发布于 2024-09-30 20:33:51 字数 316 浏览 5 评论 0原文

我正在使用 Eclipse 编写一个小型 Java 应用程序,该应用程序使用 WLST 来管理一些开发服务器。我希望能够将此应用程序提供给未安装 Weblogic 的开发人员。我们使用的是 Weblogic 版本 9.2。

当我将 weblogic.jar 添加到类路径(但将其保留在我的 WEBLOGIC_HOME 树中)时,它工作正常。当我将 weblogic.jar 移至项目 /lib 目录时,当它尝试连接到节点管理器时出现故障。

很明显,weblogic jar 中的代码正在使用硬编码的相对路径来查找其他文件。

有谁知道 WLST 工作所需的完整最小文件集?

I'm using Eclipse to write a small Java application that uses WLST to manage a few development servers. I want to be able to give this application to our developers who do not have Weblogic installed. We are using Weblogic version 9.2.

When I add weblogic.jar to the classpath (but leave it in my WEBLOGIC_HOME tree) it works fine. When I move the weblogic.jar to my projects /lib directory I get a failure when it tries to connect to node manager.

It is pretty clear that code in the weblogic jar is using hard coded relative paths to find other files.

Does anyone know the complete minimal set of files WLST needs to work?

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

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

发布评论

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

评论(1

断肠人 2024-10-07 20:33:51
  1. 配置.jar

  2. jsafe.jar

  3. jython.jar

  4. pdev.jar

  5. weblogic.jar

  6. wlcipher.jar

    DemoTrust.jks 需要位于类路径上。

  1. config.jar

  2. jsafe.jar

  3. jython.jar

  4. pdev.jar

  5. weblogic.jar

  6. wlcipher.jar

    DemoTrust.jks needs to be on the class path.

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