5) Install my JBoss Tools:
Go to Help>Install New Software..->Add
In the “Location”, add this url:
http://download.jboss.org/jbosstools/updates/nightly/trunk/
Check the upper box to install all JBoss 7 related tools
6) after that, follow this tutorial to get the JBoss Application Server in Eclipse for easy management:
7) start the server in Eclipse. To open the web interface, go to http://localhost:8080
8) To manage your server, you will need to add an admin user first.
you do this by using the command line and run:
sh /usr/bin/<Jboss-AS-dir>/bin/add-user.sh
the group default is okay (just press enter) and choose your own username and password (twice) combo. after that, confirm by typing YES.
now access the management interface here: