How to configure jboss application server with eclipse IDE

eclipse, jboss

Solution

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

- Start an instance of Eclipse.

- Click Window > Preferences.

- Expand the Server list, and click Runtime Environments.

- In the Server Runtime Environments view, click Add.

- In the New Server Runtime Environment dialog, click Download additional server adapters.

- 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.

- Click on this entry to select it, and click Next.

- In the Review Licenses view, accept the license agreement, and click Finish.

- Click OK to accept the restart warning.

- 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.

Problem

I am a new user of JBoss application server, and need to configure it with Eclipse IDE.

Original source