使用cargo-maven2-plugin热部署到GlassFish,如何配置?
我是否从 此页面中正确理解 Cargo Maven 插件不支持热远程部署到 GlassFish 3.x?如果我错了,我该如何配置它来支持此类操作?
也许我应该使用其他插件?我想通过 HTTP 以“热”模式部署到 GlassFish 远程安装。
Did I understand right from this page that Cargo Maven plugin doesn't support hot remote deployment to GlassFish 3.x? If I'm wrong, how can I configure it to support such type of operation?
Maybe I should use some other plugin? I'd like to deploy to GlassFish remote installation, through HTTP, in "hot" mode.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这能回答你的问题吗?
Does this answer your question?
这就是我到目前为止所做的:
工作完美,但是
asadmin
(我认为是整个 GlassFish)必须安装在执行mvn
的同一台计算机上。是否可以使用 Cargo 插件执行相同的任务?
This is what I've done so far:
Works perfectly, but
asadmin
(and the entire GlassFish, I assume) has to be installed on the same machine wheremvn
is executed.Is it possible to perform the same task with Cargo plugin?