如何配置 Maven 配置文件以在 Tomcat 或 Netbeans 6.9.1 的 glassfish 上运行 Web 应用程序

发布于 2024-11-17 04:42:36 字数 414 浏览 1 评论 0原文

我已经使用 Maven 一段时间了。最小设置,到目前为止一切顺利。 我一直在使用 tomcat,但现在我想看看 glassfish 能提供什么 但大多数项目都是来自我与其他人一起工作的颠覆。 所以不要强迫他们安装 glassfish 我想创建一个 Maven 配置文件 这样我们就可以从 tomcat 切换到 glassfish。

在 netbeans 中,我们用它

 <netbeans.hint.deploy.server>Tomcat60</netbeans.hint.deploy.server>

来指示 web 应用程序应该在 tomcat v6 上运行。 我已阅读配置文件文档,但我有点不知道在哪里以及如何配置它。

有人能解释一下吗?

感谢您的阅读和帮助...

I've been using maven for a while now.minimum setup and so far so good.
I've always been using tomcat but now i would like to see what glassfish has to offer
but most of project are from subversion where i work with other people.
so not to force them to install glassfish i wanted to create a maven profile
so that we can switch from tomcat to glassfish.

in netbeans we have this

 <netbeans.hint.deploy.server>Tomcat60</netbeans.hint.deploy.server>

to indicate that the webapp should be run on v6 of tomcat.
i've read the profile documentation and i sort of don't know where and how to configure that.

Can anyone shed some light on this?

thanks for reading and for helping...

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

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

发布评论

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

评论(1

遇见了你 2024-11-24 04:42:36

Cargo 插件可以帮助您实现要求。请访问以下链接

  1. 网站:http://cargo.codehaus.org/
  2. 非常快速的启动: http://cargo.codehaus.org/Maven2+plugin
  3. 有用的文章:http://cargo.codehaus.org/Articles

The Cargo plugin may help you to achieve the requirement. Please visit the following link

  1. The web site: http://cargo.codehaus.org/
  2. The very quick start: http://cargo.codehaus.org/Maven2+plugin
  3. The useful articles: http://cargo.codehaus.org/Articles
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文