========= GlassFish ========= * RefCardz now available for GlassFish c/o DZone * Great. No problem getting things up and running, very smooth experience - Install . download the *.jar file . java -Xmx256m -jar 'filename' - accept the license agreement - will unbundle glassfish into 'glassfish' dir . cd 'glassfish' . lib/ant/bin/ant -f setup.xml - will create default domain * domain - "provides authentication and administration for the server instance that belongs to it" - Starting Domain . ./asadmin.bat start-domain domain1 . launch a browser and connect using http://localhost:4848 . login as admin/adminadmin - Deploying Applications . AutoDeploy - copy the artifact to the $GLASSFISH_HOME/domains/domain1/autodeploy - access application at http://localhost:8080/hello - Stopping Domain . ./asadmin.bat stop-domain domain1