Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to configure jboss application server with eclipse IDE

Tags:

eclipse

jboss

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

like image 361
Pradeep Yadava Avatar asked Nov 20 '14 11:11

Pradeep Yadava


People also ask

Which command is used to run the JBoss application server?

Open command prompt. Go to $JBOSS_HOME/bin. Starting JBoss: run.sh at the command prompt. Stopping JBoss: hit Ctrl+C at the command prompt.


1 Answers

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

  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.
like image 50
Ajay Jayavarapu Avatar answered Oct 21 '22 05:10

Ajay Jayavarapu