1. Created an environment file in the config directory called sjsas.env
   modeled after the file default.env.
2. Updated sjsas.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
4. Create a domain & start domain:
    $INSTALL_ROOT/bin/asadmin create-domain --adminuser $ADMIN_USERNAME --adminpassword $ADMIN_PASSWORD --adminport $ADMIN_PORT --instanceport $SERVER_PORT $DOMAIN
5. Update the domain.xml and default-web.xml file for the instance with the
   provided files
6. Deploy the ear file
   $INSTALL_ROOT/bin/asadmin deploy $ASADMIN_ARGS --name SPECjAppServer SPECjAppserver.ear
