Tuesday, August 28, 2012

JBoss Installation with EclipseStart JBoss server from Eclipse


Create Project

We navigate to File-> New-> ProjectImage:Demotest.png

Then the following window appears
Image:Demotest2.png
There we choose j2ee-> Enterprise_Application_Project and click Next. The following window opens
Image:Demotest3.png
There we give a name for the Project and then click in the section "Target Runtime" on the button "New". The following window opens
Image:Demotest4.png
There we take the JBoss server from which we have installed. We mark the checkbox "So create new local server". Then we click on "next", then the following window appears.
Image:Demotest6.png
Here we select our JRE and enter the path to our jboss installation. Then we click on "Next". The following window opens
Image:Demotest7.png
There we fill a our data, choose standard configuration and click next. The following window opens.
Image:Demotest8.png
We click Next and the following window will appear
Image:Demotest9.png
There we click on Finish.
Now we go to File-> Import

Image:Demotest8-5.png
Nun erscheint folgendes Fenster
Image:Demotest10.png
There we choose General> Existing_Projects_into_workspace and click Next. The following window opens
Image:Demotest11.png
There we choose the directory where we sat invite our SVN code and click Finish.

Start JBoss server from Eclipse

How to navigate to Window> Show_View-> Servers
Image:Demotest-jboss.png
Then appears the following surface
Image:Demotest-jboss0.png
We right click on our JBoss server and see this menu
Image:Demotest-jboss1.png
Here we select start to start the server.

No comments:

Post a Comment