有没有办法使用普通 Ant 远程部署到 Websphere 6.1,而无需本地安装 WAS 或 RAD?

发布于 2024-11-28 14:58:09 字数 324 浏览 3 评论 0原文

这里有很多关于使用 ant 部署到 websphere 的问题,但它们都使用 ws_ant.bat 或 wsadmin ...

我想从构建服务器(运行 Atlassian Bamboo)自动部署到远程 Websphere 6.1 服务器,但它不已部署 WAS 或 RAD。这可能吗?我尝试设置 ant 任务,但在执行 wsInstallApp 任务时遇到问题。

我的类路径上有 com.ibm.ws.runtime_6.1.0.jar,因此任务开始执行,但它报告无法确定 WAS 主目录(即使 wasHome 属性是可选的)。

有人通过这种方式成功部署到远程 WAS 6.1 服务器吗?

There are quite a few questions here about using ant to deploy to websphere but they all use ws_ant.bat or wsadmin ...

I want to automatically deploy to a remote Websphere 6.1 server from a build server (running Atlassian Bamboo) which doens't have WAS or RAD deployed. Is this even possible? I've tried setting up the ant tasks but I'm running into problems getting the wsInstallApp task to execute.

I've got com.ibm.ws.runtime_6.1.0.jar on the classpath so the task starts executing but it reports that it is unable to determine WAS Home directory (even though the wasHome attribute is optional).

Has anybody succeeded in deploying to a remote WAS 6.1 server this way?

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

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

发布评论

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

评论(1

秋日私语 2024-12-05 14:58:09

您需要的是管理瘦客户端,但它仅在 WebSphere Application Server 7.0 及更高版本中可用。 6.1 及更早版本唯一支持的选项是在构建计算机上安装产品(客户端或服务器)。

What you want is the admin thinclient, but that is only available in WebSphere Application Server 7.0 and later. The only supported option for 6.1 and earlier is to install the product (client or server) on your build machine.

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