简体   繁体   English

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

[英]How to configure jboss application server with eclipse IDE

我是JBoss应用程序服务器的新用户,需要使用Eclipse IDE进行配置。

To enable Eclipse to manage JBoss Application Server, you need to install the JBoss AS tools in Eclipse: 要使Eclipse能够管理JBoss Application Server,您需要在Eclipse中安装JBoss AS工具:

  1. Start an instance of Eclipse. 启动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. 在“安装新扩展”对话框中,等待填充服务器适配器的字母列表,然后向下滚动列表,找到JBossAS工具。
  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. 安装服务器适配器后,单击“确定”以重新启动Eclipse。

JBoss Tools is what you are looking for. JBoss Tools正是您所需要的。 It's a plugin that integrates jboss with eclipse, so you can start the server, deploy apps, etc. 它是一个将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 marketplace安装它,并有一些教程向您展示如何在eclipse中设置服务器并部署应用程序(例如http://www.mastertheboss.com/eclipse/jboss-eclipse/jboss-和日食

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM