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 . The Projects list box will be populated with the
pom.xmlfile 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.2 Runtime Server server and click . This should deploy the
helloworldquickstart to the JBoss server. - View the server console. You should see the following messages:
JBAS018210: Register web context: /jboss-helloworld JBAS018559: Deployed "jboss-helloworld.war" (runtime-name : "jboss-helloworld.war")
The registered web context is appended tohttp://localhost:8080to provide the URL used to access the deployed application. - To verify that the
helloworldquickstart was deployed successfully to the JBoss server, open a web browser and access the application at this URL: http://localhost:8080/jboss-helloworld

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.