如何将 websphere 管理 jar 添加到 Hudson 的类路径?

发布于 2024-10-19 07:54:33 字数 476 浏览 1 评论 0原文

我尝试使用 Hudson 的 Deploy Websphere 插件将我的工件部署到远程 websphere。

从插件 文档 中,我需要执行以下操作:

以下 WAS JAR 文件需要放入 Hudson 类路径或放入 %project.basedir%/WEB-INF/lib/ 目录中。可以从 WAS 服务器安装的 %WAS_HOME%/runtimes/ 目录复制这些 JAR 文件。

  • com.ibm.ws.admin.client_6.1.0
  • com.ibm.ws.webservices.thinclient_6.1.0

我已将 hudson 安装为 Windows 服务,如何将这些 jar 添加到 hudson 的类路径中?

I try to use Hudson's Deploy Websphere plug-in to deploy my artifacts to remote websphere.

From the plug-in documentation, I need to do this:

The following WAS JAR files need to be placed into the Hudson class path or dropped into the %project.basedir%/WEB-INF/lib/ directory. These JAR files can be copied from the %WAS_HOME%/runtimes/ directory of your WAS server installation.

  • com.ibm.ws.admin.client_6.1.0
  • com.ibm.ws.webservices.thinclient_6.1.0

I have installed hudson as a windows service, how can I add these jars to hudson's class path?

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

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

发布评论

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

评论(1

小矜持 2024-10-26 07:54:33

根据 Hudson 的文档

更改服务配置

这些的JVM启动参数
Windows 服务由一个控制
XML 文件 hudson.xml 和
分别为 hudson-slave.xml。这些
文件可以在 $HUDSON_HOME 中找到
在从机根目录下
分别在安装后
它们作为 Windows 服务。

文件格式应为
不言自明的。调整论据
例如给 JVM 更大的
内存。

来自服务的标准输出和标准错误
进程转到同一目录中的日志文件
目录。

因此,您似乎可以使用 hudson.xml 文件来操作服务的 JVM 类路径。

华泰

According to Hudson's documentation:

Changing the configuration of services

The JVM launch parameters of these
Windows services are controlled by an
XML file hudson.xml and
hudson-slave.xml respectively. These
files can be found in $HUDSON_HOME and
in the slave root directory
respectively, after you've install
them as Windows services.

The file format should be
self-explanatory. Tweak the arguments
for example to give JVM a bigger
memory.

Stdout and stderr from the service
processes go to log files in the same
directory.

So, it appears you can manipulate the service's JVM classpath using the hudson.xml file.

HTH

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