使用 Ant 部署到 Geronimo

发布于 2024-09-02 16:04:34 字数 188 浏览 7 评论 0原文

我已经随 Tomcat 安装了 Apache Geronimo。我正在构建一个 war 文件,并希望使用 Ant 脚本将其自动部署到 Geronimo。部署到 Geronimo 的标准方法是使用deployer.jar,对吗?我看到有一些任务可以在独立的 Tomcat 上部署 jar。那么什么是正确的方法呢?或者也许有 ant 任务要部署到 Geronimo?

I have Apache Geronimo installed with Tomcat. I am building a war file and whant to deploy it to Geronimo automatically with Ant script. A standart way to deploy to Geronimo is to use deployer.jar, am I right? And I saw that there are tasks available to deploy jars on standalone Tomcat. So what would be the right way? Or maybe there are ant tasks to deploy to Geronimo?

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

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

发布评论

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

评论(1

风和你 2024-09-09 16:04:34

1)我找到了一篇文章,其中描述了使用Geronimo的部署器的方式。每个人都可以通过链接找到它。

2)另一种方式是使用Maven而不是Ant。存在用于将程序部署到 Geronimo 的特殊插件。如果您想了解有关该插件的更多信息,请遵循 链接

1) I found the article, where the way of using Geronimo's deployer is described. Everybody can found it following the link.

2) The other way is to use Maven instead of Ant. Special plugin exists for deploying programms to Geronimo. If you whant to read more about the plugin follow the link

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