eclipse 如何使用eclipse IDE配置jboss应用服务器

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

How to configure jboss application server with eclipse IDE

eclipsejboss

提问by Pradeep Yadava

I am a new user of JBossapplication server, and need to configure it with EclipseIDE.

我是JBoss应用服务器的新用户,需要用EclipseIDE对其进行配置。

回答by Ajay Jayavarapu

To enable Eclipse to manage JBoss Application Server, you need to install the JBoss AS tools in Eclipse:

要使 Eclipse 能够管理 JBoss 应用服务器,您需要在 Eclipse 中安装 JBoss AS 工具:

  1. Start an instance of Eclipse.
  2. Click Window > Preferences.
  3. Expand the Server list, and click Runtime Environments.
  4. In the Server Runtime Environments view, click Add.
  5. In the New Server Runtime Environment dialog, click Download additional server adapters.
  6. In the Install New Extension dialog, wait until the alphabetic list of server adapters is populated, then scroll down the list, and locate JBossAS Tools.
  7. Click on this entry to select it, and click Next.
  8. In the Review Licenses view, accept the license agreement, and click Finish.
  9. Click OK to accept the restart warning.
  10. The server adapter download is initiated, which may take a few moments. If you are presented with a security warning about unsigned content, ignore it by clicking OK. Once the server adapter is installed, click OK to restart Eclipse.
  1. 启动一个 Eclipse 实例。
  2. 单击窗口 > 首选项。
  3. 展开服务器列表,然后单击运行时环境。
  4. 在服务器运行时环境视图中,单击添加。
  5. 在“新建服务器运行时环境”对话框中,单击“下载其他服务器适配器”。
  6. 在 Install New Extension 对话框中,等待服务器适配器的字母列表填充完毕,然后向下滚动列表,并找到 JBossAS Tools。
  7. 单击此条目以将其选中,然后单击下一步。
  8. 在 Review Licenses 视图中,接受许可协议,然后单击 Finish。
  9. 单击“确定”接受重新启动警告。
  10. 启动服务器适配器下载,这可能需要一些时间。如果您看到有关未签名内容的安全警告,请单击“确定”将其忽略。安装服务器适配器后,单击 OK 重新启动 Eclipse。

回答by mendieta

JBoss Tools is what you are looking for. It's a plugin that integrates jboss with eclipse, so you can start the server, deploy apps, etc.

JBoss 工具正是您要找的。它是一个将 jboss 与 eclipse 集成的插件,因此您可以启动服务器、部署应用程序等。

You can install it using eclipse marketplace, and there are tutorials out there that show you how to set up your server in eclipse, and deploy apps (for example http://www.mastertheboss.com/eclipse/jboss-eclipse/jboss-and-eclipse)

您可以使用 eclipse 市场安装它,那里有教程向您展示如何在 eclipse 中设置您的服务器和部署应用程序(例如http://www.mastertheboss.com/eclipse/jboss-eclipse/jboss-和-eclipse)