嵌入式 WLST 最小文件集
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
配置.jar
jsafe.jar
jython.jar
pdev.jar
weblogic.jar
wlcipher.jar
DemoTrust.jks 需要位于类路径上。
config.jar
jsafe.jar
jython.jar
pdev.jar
weblogic.jar
wlcipher.jar
DemoTrust.jks needs to be on the class path.