1. Created an environment file in the config directory called sjsas-pe.env
   modeled after the file default.env.
2. Updated sjsas-pe.env  with location information for Sun Java System
   Application Server, ports, and hostnames for the deployment.
3. Create the ear file using build_sjsas.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
