
   BUIDLING
   -------------------
      - See https://javaserverfaces.dev.java.net/faq.html#Code_build

   DEPLOYING
   -------------------
       - If using Glassfish:
           Copy jsf-demo/webtier-sample/build/webtier-sample.war to
           the domains/domain1/autodeploy directory.
       - If using another container:
           See the container's documentation.

   RUNNING
   -------------------
       - Issue a request: http://<hostname>:<port>/webtier-sample
         where <hostname> is the host on which the container is running
         and <port> is the port number on which the container is listening
         for HTTP requests.


