如何配置 Maven 配置文件以在 Tomcat 或 Netbeans 6.9.1 的 glassfish 上运行 Web 应用程序
我已经使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Cargo 插件可以帮助您实现要求。请访问以下链接
The Cargo plugin may help you to achieve the requirement. Please visit the following link