Installation of JBoss Application Server in Eclipse

This tutorial shows how to install jboss in Eclipse. Before installation of jboss make sure that JBoss Tools has set of Eclipse plug-ins that supports JBoss and related technology. You can read this page to install JBoss Tools for Eclipse IDE.


Download JBoss Application Server (AS) :

Download Jboss Server by clicking here. We are going to use "JBoss AS 5.1.0" version for our tutorial.


Installing JBoss Application Server (AS) :

To install JBoss AS, all we have to do is simply extract the downloaded (zip or tar formats) file to any drives in your machine.Simply Extract the .zip file in any drive thats it.

This tutorial shows how to install jboss in Eclipse. Before installation of jboss make sure that JBoss Tools has set of Eclipse plug-ins that supports JBoss and related technology. You can read this page to install JBoss Tools for Eclipse IDE.


Download JBoss Application Server (AS) :

Download Jboss Server by clicking here. We are going to use "JBoss AS 5.1.0" version for our tutorial.


Installing JBoss Application Server (AS) :

To install JBoss AS, all we have to do is simply extract the downloaded (zip or tar formats) file to any drives in your machine.Simply Extract the .zip file in any drive thats it.



Configure JBoss Server in Eclipse IDE :

Open Eclipse IDE and click on Window -> Show View -> Other.

jboss tools installation

Now Select Servers from Server menu and click on OK button.

jboss tools installation

Now go to Server Area and right click New -> Server.

jboss tools installation

Here you will see list of servers that can be created in the installed Eclipse version. You will find JBoss AS 5.1 under "JBoss Community" as shown below.

jboss tools installation

Select "JBoss AS 5.1" and click Next.



Configure JBoss AS location

In Jboss Runtime screen provide the jboss home directory path.

jboss tools installation

Select the JBoss Root folder and click Next as shown bellow.

jboss tools installation

Make sure the runtime information is correct and click Finish.The configured JBoss Server will be displayed in the "Servers" view.

jboss tools installation

Now we have successfully installed "JBoss AS" in Eclipse IDE.

Start Server :

Right-click on the server and start and stop it to ensure its proper working.

jboss tools installation

Test Your Installation :

Start the server and type http://localhost:8080 in your browser and you should able to see the JBoss AS Welcome screen.

jboss tools installation




comments powered by Disqus