Glassfish v2 asadmin “部署” jar 文件

发布于 2024-10-30 18:33:24 字数 110 浏览 3 评论 0原文

glassfish v2 asadmin 实用程序中有没有办法将 jar 文件复制到服务器库或域的库中?我想在不同的机器上使用 hudson 进行远程部署,所以我有一个执行一堆 asadmin 命令的脚本。

Is there a way in glassfish v2 asadmin utility to copy jar files into the server lib or the domain's lib? I want to do a remote deployment using hudson on a different box so i have a script that executes a bunch of asadmin commands.

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

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

发布评论

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

评论(1

放血 2024-11-06 18:33:28

asadmin deploy 将可部署代码移动到 autodeploy 目录,使 glassfish 知道其存在并进行部署。我相信如果没有正确的部署描述符,复制一个简单的库不会产生任何效果。无论如何,我认为 asadmin 部署无法访问您的 domain/lib 或 server/lib 目录,而只能访问您的应用程序目录结构本身。

要实现您想要实现的目标,听起来更像是编写一个简单的蚂蚁脚本。

asadmin deploy moves your deployable code to the autodeploy directory making glassfish aware of its existence to deploy. I believe copying a simple library out there won't net any effect without proper deployment descriptors. In any event I don't think the asadmin deploy would have access to your domain/lib or server/lib directory but rather only your application directory structure itself.

To do what you are trying to achieve, it sounds more like writing a simple ant script.

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