如何使用Eclipse在jboss中部署ear文件?
我想使用 eclipse Helios 将 Ear 项目部署到 jboss 中。是否可以?
I wanted to deploy an ear project in to jboss using eclipse Helios. Is it possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我从 http://www.jboss.org/tools/download/installation 安装了 jboss 工具插件/update_3_2
它负责向 jboss 服务器的部署。
I installed jboss tools plugin from http://www.jboss.org/tools/download/installation/update_3_2
It takes care of the deployment in to the jboss server.
在 eclipse 中将 JBoss 设置为服务器:文件 ->新->其他-> Server
然后右键你ear的顶级项目名,选择Run As -> 1 在服务器上运行
In eclipse setup JBoss as a Server: File -> New -> Other -> Server
Then right-click on the top-level project name of your ear and select Run As -> 1 Run On Server