1.4.3. Run the Quickstarts
1.4.3.1. Run the Quickstarts in JBoss Developer Studio
Procedure 1.6. Import the quickstarts into JBoss Developer Studio
- If you have not done so, Section 2.3.2, “Configure the JBoss EAP 6 Maven Repository Using the Maven Settings”.
- Start JBoss Developer Studio.
- From the menu, select→ .
- In the selection list, choose→ , then click .
Figure 1.7. Import Existing Maven Projects
- Browse to the directory of the quickstart you want to import and click Projects list box will be populated with the. The
pom.xml
file of the selected quickstart project.Figure 1.8. Select Maven Projects
- Click, then click .
Procedure 1.7. Build and Deploy the helloworld
quickstart
helloworld
quickstart is one of the simplest quickstarts and is a good way to verify that the JBoss server is configured and running correctly.
- Open the Servers tab. To add it to the panel:
- Click→ → .
- Select Servers from the Server folder and click .
- Right click on helloworld in the Project Explorer tab, and select → .
- Select the JBoss EAP 6.0 Runtime Server server and click . This should deploy the
helloworld
quickstart to the JBoss server. - To verify that the
helloworld
quickstart was deployed successfully to the JBoss server, open a web browser and access the application at this URL: http://localhost:8080/jboss-as-helloworld