eclipse 如何使用Eclipse在jboss中部署ear文件?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/5003422/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How to deploy an ear file in jboss using Eclipse?
提问by Prathap
I wanted to deploy an ear project in to jboss using eclipse Helios. Is it possible?
我想使用 eclipse Helios 将一个 ear 项目部署到 jboss。是否可以?
回答by Prathap
I installed jboss tools plugin from http://www.jboss.org/tools/download/installation/update_3_2It takes care of the deployment in to the jboss server.
我从http://www.jboss.org/tools/download/installation/update_3_2安装了 jboss 工具插件, 它负责部署到 jboss 服务器。
回答by sordyl
In eclipse setup JBoss as a Server: File -> New -> Other -> Server
在 Eclipse 中将 JBoss 设置为服务器:文件 -> 新建 -> 其他 -> 服务器
Then right-click on the top-level project name of your ear and select Run As -> 1 Run On Server
然后右击你耳朵的顶级项目名称,选择Run As -> 1 Run On Server