通过Cargo Ant Task进行远程Tomcat部署

时间:2011-04-06 19:37:42

标签: tomcat deployment ant cargo

我试图使用Cargo Ant task版本1.0.6将WAR文件部署到远程Tomcat服务器。据我所见,我必须将容器类型设置为remote,将配置类型设置为runtime。但是,当我运行它时,我收到以下错误消息:

You must specify either a [home] attribute pointing to the location where the Tomcat 6.x Remote is installed, or a nested [zipurlinstaller] element

这个错误消息对我来说没有意义,因为我不想设置home(它位于不同的服务器上),我不想从URL下载Tomcat({ {1}})因为我已经在我的服务器上安装了。我认为使用zipurlinstaller类型可以防止在remotehome之间进行选择。我在这里错过了一个特定的参数吗?

这是我的Ant代码:

zipurlinstaller

1 个答案:

答案 0 :(得分:0)

Long story short Cargo版本1.0.6不支持通过Ant任务进行远程部署。但是,1.1.0将支持它,将在未来几周内发布。您在Cargo user mailing list上阅读了有关此主题的讨论。 Jira票证CARGO-962解决了这个问题。