1.5.3. Run the Quickstarts

1.5.3.1. Run the Quickstarts in JBoss Developer Studio

Procedure 1.7. Import the quickstarts into JBoss Developer Studio

The quickstarts ship with a parent POM (Project Object Model) file that contains project and configuration information for all of the quickstarts in the distribution. Using this top-level POM file, you can easily import the entire list of quickstarts into JBoss Developer Studio at one time.
  1. Start JBoss Developer Studio.
  2. From the menu, select FileImport.
  3. In the selection list, choose MavenExisting Maven Projects, then click Next.
    Import Existing Maven Projects

    Figure 1.8. Import Existing Maven Projects

  4. Browse to the root of the quickstart directory and click OK. The Projects list box will be populated with the list of the pom.xml files from all of the quickstart projects.
    Select Maven Projects

    Figure 1.9. Select Maven Projects

  5. Click Next, then click Finish.

Procedure 1.8. Build and Deploy the helloworld quickstart

The helloworld quickstart is one of the simplest quickstarts and is a good way to verify that the JBoss server is configured and running correctly.
  1. Open the Servers tab. To add it to the panel:
    1. Click WindowShow ViewOther....
    2. Select Servers from the Server folder and click Ok.
  2. Right click on helloworld in the Project Explorer tab, and select Run AsRun on Server.
  3. Select the JBoss EAP 6.0 Runtime Server server and click Next. This should deploy the helloworld quickstart to the JBoss server.
  4. 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