在 eclipse luna 中安装新的 jboss 服务器

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/24707270/
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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-10 22:06:51  来源:igfitidea点击:

Install new jboss server in eclipse luna

eclipsejboss

提问by leccionesonline

Anybody knows how to install a jboss 4.2 server in new eclipse luna?

有人知道如何在新的 eclipse luna 中安装 jboss 4.2 服务器吗?

When you try to add new server, jboss option doesnt appear.

当您尝试添加新服务器时,jboss 选项不会出现。

I have installed jboss tools and then jboss AS option is available, but i just want jboss.

我已经安装了 jboss 工具,然后 jboss AS 选项可用,但我只想要 jboss。

Thanks in advance!!

提前致谢!!

回答by bboyz269

Install JBoss Tool for Luna. The only feature you need is JBossAS Tool.

为 Luna安装JBoss 工具。您需要的唯一功能是 JBossAS 工具。

回答by Alberto Ferrini

Eclipse Luna is distributed without the useful "Generic JBoss configuration" server options.
However, I tried to import from Kepler version and... it works! :P
My steps:
1) Download Eclipse Kepler J2EE edition (http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/keplersr2)
2) Download Eclipse Luna J2EE edition (http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/lunar)
3) Extract both downloaded zip files.
4) Copy org.eclipse.jst.server.generic.jboss_1.6.100.v20130422_1357 folder and org.jboss.netty_3.2.5.Final-20130531-2315.jar file from plugins folder of Eclipse Kepler to plugins folder of Eclipse Luna.
5) Start Eclipse Luna, do a poker face and add Jboss to the server view :)

Happy working.

Eclipse Luna 的分发没有有用的“通用 JBoss 配置”服务器选项。
但是,我尝试从 Kepler 版本导入,并且...它有效!:P
我的步骤:
1) 下载 Eclipse Kepler J2EE 版 ( http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/keplesr2)
2) 下载 Eclipse Luna J2EE 版 ( http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/keplersr2) /www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/lunar)
3) 解压两个下载的 zip 文件。
4) 将 org.eclipse.jst.server.generic.jboss_1.6.100.v20130422_1357 文件夹和 org.jboss.netty_3.2.5.Final-20130531-2315.jar 文件从 Eclipse Kepler 的 plugins 文件夹复制到 Eclipse 的 plugins.jar 文件夹
5) 启动 Eclipse Luna,做一张扑克脸并将 Jboss 添加到服务器视图 :)

工作愉快。

回答by Maruthi

Kepler only has Jboss AS 5 and below. Another approach I found - For JBoss AS 7 and 8 server runtimes, point your eclipse to the update site url: http://download.jboss.org/jbosstools/updates/stable/luna/,

Kepler 只有 Jboss AS 5 及以下版本。我发现的另一种方法 - 对于 JBoss AS 7 和 8 服务器运行时,将 eclipse 指向更新站点 url:http: //download.jboss.org/jbosstools/updates/stable/luna/

This has so many components.. all we need for server integration is: JBoss Web and Java EE Development -> JBoss AS Tools. If you select only this component and install, its a small download without the full blown jboss tools installation.

这有很多组件.. 我们需要的服务器集成就是:JBoss Web 和 Java EE 开发 -> JBoss AS 工具。如果你只选择这个组件并安装,它是一个没有完整的 jboss 工具安装的小下载。

回答by Cristopher Plasma

Version: Luna Service Release 1a (4.4.1)
Build id: 20150109-0600    

In IDE do next:

在 IDE 中执行下一步:

Help -> Install new software

帮助 -> 安装新软件

In this window click "ADD" and add URL:

在此窗口中单击“添加”并添加 URL:

http://download.jboss.org/jbosstools/updates/stable/luna/

http://download.jboss.org/jbosstools/updates/stable/luna/

In list check "Jboss Web and Java EE Development" After those operations eclipse should be restarted.

在列表中选中“Jboss Web 和 Java EE 开发”这些操作后应该重新启动 eclipse。

Y have new env in IDE for start apps in JBoss. To be continue

您在 IDE 中有新的 env 用于在 JBoss 中启动应用程序。未完待续

==> 73

==> 73