1. Created an environment file in the config directory called glassfish.env
   modeled after the file default.env.
2. Updated glassfish.env  with location information for Sun Java System
   Application Server, ports, and hostnames for the deployment.
3. Create the ear file using build_glassfish.xml and copy to each Appserver.
4. Create a domain & start domain (once on each appserver):
    $INSTALL_ROOT/bin/asadmin create-domain --adminuser $ADMIN_USERNAME --adminpassword $ADMIN_PASSWORD --adminport $ADMIN_PORT --instanceport $SERVER_PORT $DOMAIN
5. Update the domain.xml file for the three instances with the provided
   domain.xml files
6. Deploy the ear file
   $INSTALL_ROOT/bin/asadmin deploy $ASADMIN_ARGS --name SPECjAppServer SPECjAppserver.ear
