Wednesday, March 26, 2014

Eclipse Kepler: configure JBoss 7 Application Server(Community version) as local instance. The quick developer configuration.

Current environment is
JDK 1.7
Eclipse Kepler 4.3.0
JBoss Tools already installed(version 4.1.2.Final)(if not yet installed please see here)
JBoss Application Server 7.1.1 (COMMUNITY VERSION)downloaded(from here) and installed.

1) Under Eclipse go under Java EE Perspective(in the high on the right, or click on "Window" --> "Open Perspective" --> "Other" --> and here find and choose Java EE)

2) In the low area, in the "Servers" tab, right click and choose New --> Server

3) Here choose your JBoss AS version, under JBoss Community menu folder, in this case "JBoss AS 7.1"


4) Than point to the right home directory of your JBoss installation.


5) Than finish.

That's all. You have now a local instance of the JBoss Community Server into Eclipse Kepler correctly configured...

6) Tests it: right click on the server --> "Start"
Once JBoss is started, from browser point to http://localhost:8080


Bye...

No comments:

Post a Comment