The Java EE 6 Tutorial

ProcedureTo Build, Package, and Deploy the guessnumber Example Using Ant

  1. In a terminal window, go to:


    tut-install/examples/cdi/guessnumber/
  2. Type the following command:


    ant
    

    This command calls the default target, which builds and packages the application into a WAR file, guessnumber.war, located in the dist directory.

  3. Type the following command:


    ant deploy
    

    The guessnumber.war file will be deployed to the GlassFish Server.