【问题标题】:Is there way to use plain Ant to remote deploy to Websphere 6.1 without having WAS or RAD locally?有没有办法在本地没有 WAS 或 RAD 的情况下使用普通 Ant 远程部署到 Websphere 6.1?
【发布时间】:2011-08-05 13:31:27
【问题描述】:

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

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

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

有没有人以这种方式成功部署到远程 WAS 6.1 服务器?

【问题讨论】:

    标签: ant continuous-integration websphere


    【解决方案1】:

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

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2022-07-13
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多